流程圖
實作1.12_ex1流程圖(迴圈)
class s49907207_pg1_12_ex1{
public static void main (String[] args){
程式敘述區塊0;
for(設定起始值;重複執行的條件式;遞增或遞減運算式) {
程式敘述區塊1;
}
}}
回上一頁