#15669: Java


RogreapeR (阿旻)


到底哪裡出問題...

public class Java{
public static void main(String[] args){
int a=5;
int b=10;
System.out.println(a+b);
int c=1;
int d=2;
System.out.println(c+d);
}
}

#15670: Re:Java


RogreapeR (阿旻)


到底哪裡出問題?

public class Java {
public static void main(String [] args){
int a = 5;
int b = 10;
的System.out.println(A + B);
int c = 1;
int d = 2;
的System.out.println(C + d);
}
}



..

 

#15673: Re:Java


OwO310659 (OwO)


雖然本人不會 Java ,
但顯然你的程式只是單純依照範例測資進行處理再輸出而已,
你的程式應該要能進行重複輸入來處理不同的測資才行唷~


以上希望有幫助到你~ OwO