SOLUTION: write an algorithm to find the average score on five quiz and determine if the average is less than 60

Algebra ->  Average -> SOLUTION: write an algorithm to find the average score on five quiz and determine if the average is less than 60      Log On


   



Question 298422: write an algorithm to find the average score on five quiz and determine if the average is less than 60
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
write an algorithm to find the average score on five quiz and determine if the average is less than 60
-----------
(a+b+c+d+e)/5 < 60 where a,b,c,d,e are the 5 scores
===============================
Cheers,
Stan H.