public class HelloWorld{ public static void main(String[] args) { int score=68; String mark =(score >= 60)? "及格" :"不及格"; System.out.println("考试成绩如何:"+mark); }}
看下第四行的符号是不是英文符号,不能使用中文符号哦
及格后的冒号和不及格后的分号是中文符号