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

为什么算出来的答案与他给的答案不一样···本来按他的答案是理解的,但在现在又不懂了

为什么算出来的答案与他给的答案不一样···本来按他的答案是理解的,但在eclipse算的答案现在又不懂了

eclipse 答案是30/50/30/3000/30/0

正在回答

4 回答

你肯定是最后输出的;

这样输

int one = 10 ;

        int two = 20 ;

        int three = 0 ;

        three=one+two;

     System.out.println("three=one+two==>"+three);

        three+=one;

         System.out.println("three+=0ne==>"+three);

        three-=one;

         System.out.println("three-=one==>"+three);

        three*=one;

         System.out.println("three*=ono==>"+three);

        three/=one;

         System.out.println("three/=ono==>"+three);

        three%=one;

        System.out.println("three%=ono==>"+three);


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

建议把代码都贴出来,你只给个结果怎么可能知道是哪里错了。

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

细节吧。。

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

举报

0/150
提交
取消

为什么算出来的答案与他给的答案不一样···本来按他的答案是理解的,但在现在又不懂了

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