write an algorithm to input age of your five friends one by one and calculate average age
Answers
Answered by
6
Answer:
We can use this algorithm to find the average easily
Explanation:
The average of a set of numbers is simply the sum of the numbers divided by the total number of values in the set. For example, suppose we want the average of 24 , 55 , 17 , 87 and 100 . Simply find the sum of the numbers: 24 + 55 + 17 + 87 + 100 = 283 and divide by 5 to get 56.6 .
Answered by
0
Answer:
Write an algorithm and flowchart to calculate average age of your classmates.
Similar questions