返回列表 發帖
  1. public class eric{
  2.     public static void main(String args[])
  3.     {
  4.          {
  5.              int a=0;
  6.         while(a<=10)
  7.         {
  8.              System.out.println(a);
  9.              a++;
  10.          }
  11.     }
  12. }
複製代碼

TOP

返回列表