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

What is the purpose of the 'Counter' variable in the given pseudocode example?
To store the total marks.
To keep track of the number of marks entered.
To calculate the average.
To store the final result.

Explanation

The Counter variable increments each time a new mark is entered to count the number of marks.

Comments (0)

Advertisement