Computer Science for IGCSE & O level - Programming (Section 15 - No. 34)
In the context of the provided pseudocode, what is the purpose of the line "REPEAT ... UNTIL Finish = 300"?
To initialize variables.
To define the structure of a selection statement.
To implement an iteration or loop.
To output the calculated average.
Explanation
The REPEAT... UNTIL construct is a type of loop, where a set of instructions are repeated until a condition is met.
Comments (0)
