if(score<60) {
score++;
count++;
System.out.println("加分后的成绩"+score);
System.out.println("共加了"+count+"次!");
}else{
}
循环语句 有for 和while 请问你的循环在哪里.....