……又求改
能帮我找出哪里出错了吗?
int num = 999;
int count = 0;
if (o<=num<=999999999){
count=count++;
for(;;count++){
if((num-Math.pow(10,count))<0)
continue;
}
}else{
System.out.println("数据不符合判断条件!")
}
System.out.println("它是个"+count+"位的数!")
}
}