InterviewSolution
Saved Bookmarks
| 1. |
The sum of the digits of a two-digit number is 9. If 27 is subtracted from the number, the digits get reversed. Find the number.A. 81B. 72C. 36D. 63 |
|
Answer» Correct Answer - D Assume two digit number as `10 x + y` when `x` is in tens place and `y` is in units place. |
|