SOLUTION: write an algorithm on how to compute the average of five students score

Algebra ->  Average -> SOLUTION: write an algorithm on how to compute the average of five students score      Log On


   



Question 1002374: write an algorithm on how to compute the average of five students score
Answer by fractalier(6550) About Me  (Show Source):
You can put this solution on YOUR website!
Call the student scores, a,b,c,d,e.
Find the sum a+b+c+d+e.
Divide that sum by five.