题解列表

筛选

成绩等级转换-题解(Java代码)

摘要:可以用switch case提高效率 使用前先给输入的数值进行一个预处理 ```java Scanner sc=new Scanner(System.in); while (sc.hasN……