document.write( "Question 1037893: Write the algorithm, flow chart and the basic programs to complete the sum of the first ten integers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #652547 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Write the algorithm, flow chart and the basic programs to complete the sum of the first ten integer's [sic] \n" ); document.write( "=============== \n" ); document.write( "There are 10 of them. \n" ); document.write( "Add 5 pairs: \n" ); document.write( "1 + 10 = 11 \n" ); document.write( "2 + 9 = 11 \n" ); document.write( "etc. \n" ); document.write( "--> 5*11 = 55 \n" ); document.write( "===================== \n" ); document.write( "PS It's integers, not integer's \n" ); document.write( " |