String mark = (score>= 60) ? "及格" : "不及格";
System.out.println("考试成绩如何:"+mark);
检查一下是不是符号的问题,注意冒号和分号
有中文符号
将这一行的中文分号改为英文分号