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

==>是什么有什么用?

不加不也能正常运行吗?

  int one = 10 ;

       int two = 20 ;

       int three = 0 ;

       three = one + two ;

    

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

       System.out.println(  three += one  );

       System.out.println(three -= one);

       System.out.println( three *= one);

       System.out.println( three /= one);

       System.out.println( three %= one);


正在回答

2 回答

代码上不用写,那是结果等于多少的意思,不用纠结

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

另外为什么别人的代码都和我的不一样?

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

举报

0/150
提交
取消

==>是什么有什么用?

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