Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 9 - No. 16)
What is required to compute the average of a set of values using an algorithm?
The sum of the values
The number of values
The highest value
The lowest value
Explanation
To calculate the average, you must know the sum of the values and the number of values to divide by.
Comments (0)
