返回列表 發帖
  1. public class Ci {

  2.         public static void main(String[] args) {
  3.                 // TODO 自動產生的方法 Stub
  4.                 int i=1;
  5.                 while(i<=10)
  6.                 {
  7.                         System.out.println(i);
  8.                         i++;
  9.                 }

  10.         }

  11. }
複製代碼

TOP

返回列表