public class HelloWorld {
public static void main(String[] args) {
int one = 20 ;
if (one%2==0){
System.out.println("one是偶数")
}
一楼正解
同意楼上的
①输入语句后面的分号! ②数一下大括号的个数