为了账号安全,请及时绑定邮箱和手机立即绑定

哪里有问题 一直提示12行和13行出错

 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("他是个"+count+"位的数");

}

else{ System.out.println("输入有误!")

}

正在回答

4 回答

少了个分号

0 回复 有任何疑惑可以回复我~
#1

慕粉4374168 提问者

非常感谢!
2017-03-27 回复 有任何疑惑可以回复我~

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("他是个"+count+"位的数"); 

}

else{ System.out.println("输入有误!");//这里少了分号呢

}


0 回复 有任何疑惑可以回复我~

恩,少了个分号。。

0 回复 有任何疑惑可以回复我~

else 那一行少了分号。。。其他我这显示没有错误。。

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

哪里有问题 一直提示12行和13行出错

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信