Computer Science for IGCSE & O level - Programming (Section 5 - No. 28)
In the pseudocode provided, what is the correct formula for calculating the average?
Average = Total / Marks
Average = Total / Counter
Average = Marks / Counter
Average = Total * Counter
Explanation
The average is calculated by dividing the total sum by the number of values, represented by `Counter`.
Comments (0)
