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