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

这样写对吗 大神帮我看一下

public class HelloWorld {

    public static void main(String[] args) {

int score = 94;

String sex = "女";

if(score>80){

   if(sex.equals("女")){

       System.out.println("进入女子组决赛");

   } else {

       System.out.println("进入男子组决赛");

   }

} else {

   System.out.println("淘汰");

}

}

}


正在回答

1 回答

对的,只是你最后的那个分号用成中文的了。

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

举报

0/150
提交
取消

这样写对吗 大神帮我看一下

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