哪里有問題?
public class HelloWorld {
? ? public static void main(String[] args) {
int one = 20 ;
if(one%2==0){
? ? System.out.println("one是偶數(shù)");
}
}
public class HelloWorld {
? ? public static void main(String[] args) {
int one = 20 ;
if(one%2==0){
? ? System.out.println("one是偶數(shù)");
}
}
2018-09-24
舉報
2018-09-30
大括號可以寫的時候打好兩個,然后空格回車
2018-09-28
一般情況你都成對輸入大括號就不會忘記啦
2018-09-24
大括號個數(shù)