Computer Science for IGCSE & O level - Programming (Section 2 - No. 20)
In the provided pseudocode, what does the variable `COUNTER` represent?
The sum of all marks entered.
The number of marks entered.
The current mark being entered.
The average of the marks.
Explanation
The counter is incremented each time a mark is entered, thus representing the number of marks.
Comments (0)
