Computer Science for IGCSE & O level - Programming (Section 11 - No. 41)
In the given pseudocode, what action is repeatedly performed within the loop?
Calculating the average.
Adding a mark to the total.
Initializing the variables.
Outputting the total.
Explanation
The loop's core operation involves adding a mark to the total.
Comments (0)
