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

In the provided pseudocode, what does the value 999 represent?
A valid mark
An error code
A delimiter to finish the loop
The average of all the marks

Explanation

The 999 value is an indicator to stop the REPEAT UNTIL loop.

Comments (0)

Advertisement