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

== > 这个>是起什么作用的

        three=one+tuo;

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

        three +=one;

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

        three -=one;

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

        three *=one;

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

        three /=one;

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

        three %=three;

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


正在回答

2 回答

后面为什么还要+three  啊   

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

ITO01

three前面的+,是拼接的意思。不能看作运算符
2015-07-24 回复 有任何疑惑可以回复我~

没作用就是个字符串

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

a萧萧兮易水寒 提问者

谢了。我知道了
2015-06-11 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

== > 这个>是起什么作用的

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