InterviewSolution
Saved Bookmarks
| 1. |
Write the greatest and the smallest 4-digit numbers using the following, digits (without repeating the digits).(1) 1, 2, 3, 4(2) 6, 3, 8, 0(3) 5, 2, 7, 4 |
|
Answer» (1) 1, 2, 3, 4 4321 – Greatest Number 1234- Smallest Number (2) 6, 3, 8, 0 8630 – Greatest Number 3680 – Smallest Number (3) 5, 2, 7, 4 7542 – Greatest Number 2457 – Smallest Number |
|