判断题
b=a+3等价于b=b(a+3)。
正确(↓↓↓ 点击‘点击查看答案’看答案解析 ↓↓↓)
判断题 int a=3,b=4;那么(a+b)++的值为7。
判断题 int a=3;那么a++的值为4。
单项选择题 若有定义语句:int x=10;,则表达式x-=x+x的值为()