哇哇 我哪里錯(cuò)了哇
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ù)");
? ? }
? ? }
2019-01-18
舉報(bào)
2019-02-06
左邊的花括號有三個(gè),右邊的花括號只有兩個(gè)
2019-01-19
最后少了一個(gè)大括號
2019-01-18
最后缺了一個(gè)大括號}
2019-01-18
public class HelloWorld {()要加上括號