Chemistry, asked by taibanaaz52, 7 hours ago

write an algorithm to input age of your five friends one by one and calculate average age​

Answers

Answered by lightyagmi21
6

Answer:

We can use this algorithm to find the average easily

 \frac{sum \: of \: observations}{number \: of \: observations}

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 akashsuragimath33
0

Answer:

Write an algorithm and flowchart to calculate average age of your classmates.

Similar questions