This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.imooc; | |
import java.util.Scanner; | |
public class test2 { | |
public static void main(String[] args) { | |
//班级数量 | |
//班级总成绩 | |
//班级平均分 | |
int sum = 0 ; | |
int classnum = 3; |