document.write( "Question 151617: when you put a negative number and positive numbers with zero from least to greatest which one goes first? the negative number or the zero? \n" ); document.write( "
Algebra.Com's Answer #111446 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Order (from left to right): negative numbers , zero, positive numbers\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For example, the list -2,5,10,-1,0,3 gets sorted to -2,-1,0,3,5,10 \n" ); document.write( " |