Login or Create an Account to view the mark scheme, comment, and add to a test
A = 7
SUM = 10
loop while A > 2
A = A - 1
SUM = SUM + A
end loop
ouput SUM
Choose the correct output for the pseudocode above.
(a).
30
(b).
20
(c).
31
(d).
21
Multiple Choice1 MarkPremium
36 Uses54 Views1 Like