我是新來這個java語言,請幫我出:請幫我用java編程錯誤
import java.util.Scanner;
class MyClass {
public static void main(String[] args){
System.out.println("give any number");
Scanner n = new Scanner(System.in);
for(int x = 0; n < x; x++){
if(x==3){
System.out.println("fizz");
x = x+1;
} else if(x==5){
System.out.println("buzz");
x = x+1;
} else {
System.out.println("x");
x = x+1;
}
}
}
}
請發表您的錯誤 – xrcwrn
@borra這是什麼'爲(X = 0; N
告訴錯誤和你的問題 – Sybren