document.write( "Question 1002374: write an algorithm on how to compute the average of five students score \n" ); document.write( "
Algebra.Com's Answer #619306 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the student scores, a,b,c,d,e. \n" ); document.write( "Find the sum a+b+c+d+e. \n" ); document.write( "Divide that sum by five. \n" ); document.write( " |