为了账号安全,请及时绑定邮箱和手机立即绑定

我这个代码出什么问题了么,怎么运行结果成这样了

https://img1.sycdn.imooc.com//5b4173c400010c5a08380366.jpg大神给看看吧

正在回答

2 回答

打印输出写在了for循环里当然会一直输出,循环几次就会输出几次

0 回复 有任何疑惑可以回复我~

 int score =53;
  //变量保存加分次数;
 int count=0;
  
 System.out.println("加分前成绩:"+ score);
 while (score<60)
 {
  count++;
  score++;
 }
  
 System.out.println("加分后成绩:"+score);
 System.out.println("加了"+count+"次");
  

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

我这个代码出什么问题了么,怎么运行结果成这样了

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信