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
Algebra: Average
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Average
Question 1002374
:
write an algorithm on how to compute the average of five students score
Answer by
fractalier(6550)
(
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.