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

为什么输出结果是进入男子组决赛

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("进入男子组决赛");

            }

        }

}

}


正在回答

4 回答

public class HelloWorld {
    public static void main(String[] args) {
  int score =84;
  String sex = "女";
  if(score>80){
            if(sex.equals("女")){
                System.out.println("进入女子组决赛");
            }else{
                System.out.println("进入男子组决赛");
            }
        }
 else{
        System.out.println("落选");
 } 
 }
}

你的小括号和分号都用成中文符号了,修改成英文符号的括号和分号就行了

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

你的小括号和分号都用成中文符号了,改一下英文符号就好了

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

http://img1.sycdn.imooc.com//5e3a81ac0001cd3f10720766.jpg是女子呀!


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

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("进入男子组决赛");

            }

        }

}

}

输出是进入女子决赛啊


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

举报

0/150
提交
取消

为什么输出结果是进入男子组决赛

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