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

大神帮我看看错哪了

public static void main(String[] args){

int num = 999;

int count = 0;

   for(i=1;i<=10;i++)

      {   num/=10;

          count=i;

        if(num=0){

            System.out.println("它是个"+count+"位的数");

            break;

        }

      }


正在回答

1 回答

用编译器看了下

public static void main(String[]args){

    int num = 999;

    int count = 0;

       for(int i=1;i<=10;i++)

          {   num/=10;

              count=i;

            if( num==0){

                System.out.println("它是个"+count+"位的数");

                break;

            }

          }

     }


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

举报

0/150
提交
取消

大神帮我看看错哪了

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