the golf coach of a local high school team would like to hir
the golf coach of a local high school team would like to hire you to write a program that calculates the average
the golf coach of a local high school team would like to hire you to write a program that calculates the average
the golf coach of a local high school team would like to hire you to write a program that calculates the average
Solution
Average is calculated using the formula sum of items divided by the number of items
For example if there are 5 students in a class whose weights are 50,52,49,50,55 respectively then
The average weight of the students in the class is calculated as
A=( 50+52+49+50+55)/5
=256/5
=51.2
Average of any values can be calculated as such
