Saved Bookmarks
| 1. |
Wap to input two digit numbers and reverse them |
|
Answer» Answer: Write a program to reverse digits of an INTEGER. EXAMPLES : INPUT : NUM = 12345 OUTPUT : 54321 Input : num = 876 Output : 678 |
|