public class HelloWorld{
public static void main(String[] args) {
int score=68;
String mark=(score >= 60) ? "及格" :"不及格";
System.out.println("考试成绩如何:"+mark);
}
第四行的冒号,要用英文的冒号 ,中文: 英文: 两个冒号长得不一样