成绩等级转换-题解(Java代码) 可以用switchcase提高效率使用前先给输入的数值进行一个预处理```javaScannersc=newScanner(System.in);while(sc.hasNext()){intscore=sc.nextInt();if(score100){System.out.println("Sco 题解列表 2019年10月24日 0 点赞 0 评论 1477 浏览 评分:9.9