在Java語言中,也有所謂的Loop,我們稱之為迴圈,用以重複地執行特定的程式碼。 ... i=10; do { System.out.printf("%d\n", i); } while (--i>0);.
確定! 回上一頁