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

正在回答

1 回答

这个需要用循环的吧 if只是用来判断 判断了score小于60所以else里的输出就不会执行了 用for循环可以实现 (刚学,说错了请不要介意)

public class d3 {
    public static void main(String[] args) {

        int a = 53;
        int b = 0;
        System.out.println("加分前:" +a);
        for (int i = a;i<60;i++){
            a++;
            b++;
        }
        System.out.println("加分后:" +a);
        System.out.println("次数:" +b);
    }
}


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

举报

0/150
提交
取消

为什么不执行if后面的程序

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