The while loop The while loop repeats a block, while its conditional expression returns true: while (condition) { //code } There is also a do... while loop ...
確定! 回上一頁