在Java語言中,也有所謂的Loop,我們稱之為迴圈,用以重複地執行特定的程式碼。請參考 ... Scanner sc = new Scanner(System.in); while(!quit) { // do something ...
確定! 回上一頁