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

为什么会显示错误

public class HelloWorld{
public static void main(String[] args){
int num = 999;
int count = 0;
while(num>1)
{
         count++;
         num=num/10;
}
if(count<10)
{
   System.out.print("它是个"+count+"位的数!");
}



}
}

正在回答

2 回答

并没有错

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

举报

0/150
提交
取消

为什么会显示错误

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