public class HelloWorld { public static void main(String[] args) { int score = 94; String sex = "女"; if(score>=80){ if(sex equals("女")){ System.out.print("进人女子决赛"); }else{ System.out.print("进入男子组决赛"); } } }}
添加回答
举报
0/150
提交
取消