问答详情
源自:3-7 Java中的条件运算符

代码哪里错了?

public class HelloWorld{

    public static void main(String[] args) {

int score=68;

String mark = (score >= 60 ) ? " 及格 " : " 不及格 ";

System.out.println("考试成绩如何:"+mark);

}

}


提问者:慕神9379745 2016-07-23 19:53

个回答

  • goldlone
    2016-07-23 19:58:35
    已采纳

    你分号是中文输入法。。。。

  • 慕桂英5241662
    2016-08-19 09:32:17

    冒号和问好我用英文的不对,换了中文的就对了,用esclips测试的

  • goldlone
    2016-07-23 19:56:23

    看着没问题啊,是不是用中文输入法打的冒号