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

这个为什么是错的呢

public class HelloWorld {

    public static void main(String[] args) {

int one = 20 ;

    if(one%2==0){

            System.out.println("one是偶数");

    

    

    

}

}


正在回答

4 回答

你的int one = 20 ;应该是用的中文的;符号,所以会出问题

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

if 条件语那里少了一个 } 大括号来结束 你这个运行结果

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

你用的是eclipse嘛?我用这个运行并没有什么问题

0 回复 有任何疑惑可以回复我~
public class HelloWorld{
    public static void main(String[] args) {
    int i = 20;
    if(i%2==0){
    System.out.println("i是偶数");
    }
    }
    }


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

举报

0/150
提交
取消

这个为什么是错的呢

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