Computer Science for IGCSE & O level - Programming (Section 10 - No. 7)
What will be the output for the following pseudocode?
`Total = 10
Total = Total + 5
Output Total`
5
10
15
20
Explanation
The output is 15 because the total is incremented by 5.
Comments (0)
