Computer Science for IGCSE & O level - Programming (Section 5 - No. 5)

In the given context, what would be the result of the following pseudocode: x = 5; y = 2; OUTPUT x + y;
x + y
7
52
0

Explanation

The output of this is 7.

Comments (0)

Advertisement