帮忙看一下,运行怎么会失败
应该把标点符号打成中文的了
你可以检查一下程序第四行的括号、问号、冒号格式,看看是不是输成中文格式的
public class Demo3 {
public static void main(String[] args) {
int score = 68;
boolean result = score>60;
System.out.println(result);
}
第四行