Java中while循環用法

編程:錄入班級人數、學員成績全班平均分;java Scanner s=new Scanner(System.in); System.out.println("請輸入您班上的人數:"); int people=s.nextInt(); int i=1; int sum=0; while(i<=people){ System.out.println("請輸入學號"+i+"的成
相關文章
相關標籤/搜索