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?
Answer by jim_thompson5910(35256) (Show Source):
You can put this solution on YOUR website! Order (from left to right): negative numbers , zero, positive numbers
For example, the list -2,5,10,-1,0,3 gets sorted to -2,-1,0,3,5,10
|
|
|