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

In the provided pseudocode, what is the stopping condition for the loop?
When 'TOTAL' reaches 300.
When 'Finish' reaches 300.
When 'Counter' reaches a certain value.
When a specific mark is entered.

Explanation

The loop stops when the variable 'Finish' is equal to 300.

Comments (0)

Advertisement