登入
Computer Science for IGCSE & O level - Programming (Section 4 - No. 1)
What is the value of `x` after the code: `x = 5; x += 3;`?
2
3
5
8
解释
The += operator adds the right operand to the left operand.
评论 (0)
登录发表评论
广告
允许 javascript 正确加载此页面