結果是亂碼
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是偶數"); ? ? ? ? ?
?}?
} ?
我這樣不對嗎?
2016-03-01
舉報
2016-03-01
少個 中括號 ?最后面
2016-03-01
加個中括號