请看一下我的截图
switch() 括号里面只能写 整形和字符型 而你写的是公式 应该把 score/=10写道switch前面
switch参数类型:switch 后面的表达式不能跟double,float,long,String ,boolean,可以接int,short,byte,char!
case 7:
下面的东西下了吗?
score/=10; 漏了