返回列表 發帖
  1. public class ch35
  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.put.printl("5年"+(i+1)+"班:  "+n[i]+"人");
  8.     }
  9. }
複製代碼

TOP

返回列表