While. Int x=0; //宣告變數(全域變數). void setup(). {. } void loop(). {. while( x<= 200){ //先判斷條件是否到達, 若沒有則執行. x ++; //x++代表每次累加1. }.
確定! 回上一頁