InterviewSolution
Saved Bookmarks
| 1. |
Example 2. Find the difference between the leastthree digit number and the greatest two digit number. |
|
Answer» Greatest two digit number = 99. Least three digit number = 100. Difference = 100-99 = 1. greatest 2 digit no. is 99smallest three digit number is 100then 100-99=1 |
|