if...then條件判斷:若條件判斷為true,則執行then內的程式方塊,否則跳離if..then方塊。
範例:
if....then...else:若條件判斷為true,則執行then內的程式方塊,否則執行else內的程式方塊。
練習範例: