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

In the pseudocode, what does the line `AVERAGE = TOTAL / COUNTER` calculate?
The total of all marks.
The number of marks entered.
The average of the marks.
An error message.

Explanation

This line calculates the average by dividing the total by the number of marks entered.

Comments (0)

Advertisement