public class HelloWorld{ public static void main(String[] args) { int score=68; String mark =(score>=60) ? "及格" :"不及格" ; System.out.println("考试成绩如何:"+mark); }}
其实打来打去真的麻烦
这是一个常犯错误。你的冒号是中文的。 你在打完及格后没有调中英文,导致冒号是中文的。所以程序不通。