document.write( "Question 298422: write an algorithm to find the average score on five quiz and determine if the average is less than 60 \n" ); document.write( "
Algebra.Com's Answer #214670 by stanbon(75887)![]() ![]() ![]() 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 \n" ); document.write( "----------- \n" ); document.write( "(a+b+c+d+e)/5 < 60 where a,b,c,d,e are the 5 scores \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |