switch-case相关的简单练习题 例题1: 对学生成绩大于60分的,输出“合格”。低于60分的,输出“不合格” 代码: package switch_day; import java.util.Scanner; public class A {