最赞回答 / weibo_相良相晴_0
if (score > 80) {if (sex.equals("女")){System.out.println("进入女子组决赛");}else {System.out.println("进入男子组决赛");}}这样就对了
2018-03-08
最新回答 / 幻世遇见
public class Main { public static void main(String[] args) { System.out.println("Hello World!"); }}不知道你使用记事本还是IED?建议在仔细看一下
2018-03-08