public class HelloWorld {
public static void main(String[] args) {
int one = 20 ;
if (one%2==0){
System.out.println("one是偶数")
}
从代码来看的话确实是少了个分号,而且我复制过来加上分号运行没问题
还是不对。。。
发现了 少个分号。。。