不知道哪錯了?
public class HelloWorld {
? ? public static void main(String[] args) {
int one = 20 ;
? ? if (one%2==0){
? ? ? ? System.out.println("one是偶數")
? ??
? ??
? ??
? ??
}
}
public class HelloWorld {
? ? public static void main(String[] args) {
int one = 20 ;
? ? if (one%2==0){
? ? ? ? System.out.println("one是偶數")
? ??
? ??
? ??
? ??
}
}
2018-08-30
舉報
2018-09-08
一樓正解
2018-08-31
一樓正解
2018-08-30
同意樓上的
2018-08-30
①輸入語句后面的分號!
②數一下大括號的個數