運(yùn)行成功,輸出錯(cuò)誤,這是什么意思,代碼沒錯(cuò)呀
public class HelloWorld{
public static void main(String[] args){
int num = 999;
int count = 0;
if(num>=0 && num <=999999999){
? ? while(num !=0){
? ? ? ? count++;
? ? ? ? num/=10;
? ? }
? ? System.out.println("它是個(gè) "+count+"位的數(shù)!");
}else{
? ? System.out.println("輸入有誤!");
}
}
}
2021-04-04
?public class HelloWorld{
??? public static void main(String[] args) {
??
??System.out.println("Hobby");
?}
}?
這段是哪里出現(xiàn)了錯(cuò)誤
2018-11-06
把它是個(gè).......位的數(shù),后面的感嘆號(hào)換成中文的感嘆號(hào)。找到答案了