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

正在回答

2 回答

去掉第5行中else左边的一个  }

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

多了一个}

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("淘汰出局");
    }

}


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

举报

0/150
提交
取消

大神告诉一下哪里错了

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