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

为什么在eclipse里面else这行写着错误

package hello;


public class hello {

    public static void main(String[] args) {

int age=25;

if(age>=18);

{System.out.println("成年");

}else{

System.out.println("未成年");

}

        

        

        

        

        

        

        

}

}


正在回答

2 回答

你把if括号后面的双引号去掉就行

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

慕娘1255311 提问者

非常感谢!
2017-08-27 回复 有任何疑惑可以回复我~

package hello;


public class hello {

    public static void main(String[] args) {

int age=25;

if(age>=18)

{System.out.println("成年");

}else{

System.out.println("未成年");

}

        


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

慕娘1255311 提问者

看到了,但是只能采纳一个谢谢
2017-08-27 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么在eclipse里面else这行写着错误

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