返回列表 發帖
  1. import java.io.Console;
  2. public class z1
  3. {
  4.     public static void main(String args[])
  5.     {
  6.        int jeb=0;
  7.        while(jeb<11)
  8.        {
  9.         System.out.println(jeb);
  10.         jeb++;
  11.        }


  12.     }

  13. }
複製代碼

TOP

返回列表