登入
Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 3 - No. 11)
What is the result of the following pseudocode? `x = 5` `y = x + 2` `OUTPUT y`
5
7
x + 2
Undefined
解释
x = 5, y becomes 5 + 2, and 7 is printed.
评论 (0)
登录发表评论
广告
允许 javascript 正确加载此页面