返回列表 發帖
  1. public class ch01
  2. {
  3.   public static void main(String args[])
  4.   {
  5.     int n[]={28,33,34,30};
  6.     for(int i=0; i<4; i++)
  7.       System.out.println("五年"+(i-1)+"班"+n[i]+"人");
  8.   }
  9. }
複製代碼

TOP

返回列表