返回列表 發帖
  1. package zzz;

  2. public class Pq {

  3.         public static void main(String[] args) {
  4. // TODO 自動產生的方法 Stub
  5. String str2[] ={"28","33","34","30"};
  6. for(int j=0;j<=3;j++){
  7. System.out.println("5年"+(j+1)+"班: "+str2[j]+"人");
  8. }}}
複製代碼

TOP

返回列表