Computer Science for IGCSE & O level - Programming (Section 16 - No. 10)
What is the role of the 'Finish' variable in the given pseudocode example, specifically related to the "REPEAT ... UNTIL" loop?
To initialize the total marks.
To control the number of iterations.
To store the final average value.
To provide input values.
Explanation
The loop continues until the value of `Finish` reaches 300, controlling the loop's repetition.
Comments (0)
