public class HelloWorld {
public static void main(String[] args) {
int one = 20 ;
if (one%2==0){
System.out.println("one是偶数");
}
if的大括号少了“}”半个
少个大括号