慕粉1400375620
2017-03-21 18:00
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);
为什么这样也行
这样为什么不行呢 ,调用参数进行计算,然后在输出,在C语言中也有同的规则啊
Java入门第一季(IDEA工具)升级版
1165574 学习 · 17587 问题
相似问题