Given a four-digit number. Write a program that finds a new number obtained by reading the digits of the original number from right to left. Display the sum of the received and the original numbers. For the output format, see the sample output.
Example
# |
Input |
Output |
1 |
2561 |
1652+2561=4213 |