救救孩子吧,我為什么不能運行
public class HelloWorld{
public static void main(String[] args){
int num = 999;
int count = 0;
for(int i = 10,j = 1;num/i < 10;Math.pow(i,j),j++){
? ? System.out.println("它是個" + j +"位的數");
}
為什么不能運行????
public class HelloWorld{
public static void main(String[] args){
int num = 999;
int count = 0;
for(int i = 10,j = 1;num/i < 10;Math.pow(i,j),j++){
? ? System.out.println("它是個" + j +"位的數");
}
為什么不能運行????
2019-11-30
舉報
2019-12-01
Math.pow(i,j),j++錯誤了