不知道哪里的問(wèn)題,哪個(gè)好心人幫下
public HelloWorld{
? ? public static void main(String[] args){
? ? ? ? int one = 20 ;
? ? ? ? if(one%2==0){
? ? ? ? ? ? System.out.println("one是偶數(shù)")
? ? ? ? }
? ? }
}
public HelloWorld{
? ? public static void main(String[] args){
? ? ? ? int one = 20 ;
? ? ? ? if(one%2==0){
? ? ? ? ? ? System.out.println("one是偶數(shù)")
? ? ? ? }
? ? }
}
舉報(bào)
2020-05-25
輸出語(yǔ)句后面少一個(gè)分號(hào)“;”
2020-05-06
少了分號(hào),和你的Helloworld前面沒(méi)有加class,就是無(wú)法代表這是一個(gè)類
2020-05-05
分號(hào)啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
2020-04-06
錯(cuò)了,是if(one%2==0)后面不用加大括號(hào),就是if中不用再加大括號(hào),多句時(shí)使用
2020-04-06
是最后證明的后大括號(hào)不應(yīng)該加在System.out.println("one是偶數(shù)");的后面,應(yīng)該在前面
2020-03-19
你的分號(hào)呢?
System.out.println("one是偶數(shù)");
2020-03-03
少了類吧
2020-03-03
我試了不是;的問(wèn)題,加了一樣報(bào)錯(cuò)