W3Cschool
恭喜您成为首批注册用户
获得88经验值奖励
多个单目运算符的计算:
int i = 1;
int j = i++ + ++i + i++;
// 1 + 3 + 3
// 2 4
System.out.println(i);
System.out.println(j);
运算结果:
4
7
Copyright©2021 w3cschool编程狮|闽ICP备15016281号-3|闽公网安备35020302033924号
违法和不良信息举报电话:173-0602-2364|举报邮箱:[email protected]
扫描二维码
下载编程狮App
编程狮公众号
联系方式:
更多建议: