In this worksheet, we will learn how to put integers in ascending order, placing the smallest number first.
For example
Question -
Arrange the following integers in ascending order, putting the smallest number first.
48, 56, 14, -35, 2
Answer -
-35, 2, 14, 48, 56
The smallest negative number is -35, then -2. The smallest positive number is 14.