Q6. Write a program to take a number of five digits and print its reverse.
Example: Input. 56789
Output. 98765
Answers
Answered by
0
Answer:
input ; 12345
ouput ; 54321
Answered by
0
Input: 75432
Output: 23457
Output: 23457
Similar questions