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

有错?提示运行时间太长

public class HelloWorld {

    public static void main(String[] args) {

int score = 94;

String sex = "女";

        if(score > 80){

            if(sex == "女"){

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

            }

            else{

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

            }

        }

        else{

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

        }

        

        

        

        

        

        

        

        

        

        

        

        

}

}


正在回答

1 回答

在线编辑器的问题

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

举报

0/150
提交
取消

有错?提示运行时间太长

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