流程控制
程式的運作
練習目標
條件判斷簡介
if 條件判斷結構
if … else 條件判斷結構
if …. else if …. else 條件判斷結構
switch 條件判斷結構
迴圈簡介
while 迴圈結構
for 迴圈結構
迴圈中的 break 命令
迴圈中的 continue 命令