試填上空格中的內容,以顯示如下之執行畫面:
- 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("跳下水!");
- }
- }
- }
複製代碼本帖隱藏的內容需要回復才可以瀏覽 |