Question 43938: Can someone help me on this problem:
I need to place the following set of numbers in ascending order:
-2, 8, 0, 2, -3, -20, 11
Thank you,
Lyn
Answer by fractalier(6550) (Show Source):
You can put this solution on YOUR website! Ascending order means going up from smallest to largest...so
-2, 8, 0, 2, -3, -20, 11
becomes
-20, -3, -2, 0, 2, 8, 11
|
|
|