本帖最後由 鄭繼威 於 2022-10-8 01:48 編輯
試填上空格中的內容, 以顯示如下之執行畫面:
提示:- public class Ch18
- {
- public static void main(String args[])
- {
- for(_________________)
- {
- System.out.print(i+"隻青蛙"+i+"張嘴, "+i*2+"個眼睛"+i*4+"條腿, ");
- for(_________________)
- System.out.print("噗通~");
- System.out.println("跳下水!");
- }
- }
- }
複製代碼 |