InterviewSolution
Saved Bookmarks
| 1. |
1.Try theseWrite the following integers in ascending order:-5, 0, 2, 4, -6, 10, -10If the integers -15, 12, -17, 5, -1, -5, 6 are marked on the number line then theinteger on the extreme left is |
|
Answer» -5,-6,-10,0,2,4,6,10 -10, -6, -5, 0, 2 , 4 , 10 -10,-6,-5,0,2,4,10 is the correct answer of the given question |
|