封小妮妮妮
2017-08-12 09:38
这个次数怎么来表示?
if(int score=53;score<60;score++){
while(score>=60);{
System.out.println("加分后的成绩:score");
}
System.out.println("共加了"60-score"次");
}
老觉得写的有问题1唉/?????
首先,你if循环已经规定运行时score不能大于等于60,那么后面while循环就没有意义,况且while循环后不能有分号,怎么执行?还有既然定义了计数器count,为啥不用呢,应该是if循环里每循环一次就执行count++。再输出count
Java入门第一季(IDEA工具)升级版
1165172 学习 · 17581 问题
相似问题