number palindrome
A number palindrome is a number which, when read from left to right is the same as when you read it from right to left. For example 7667, 44, 242,876678
You are to write a program which will –
Allow a number to be entered
Find the NEXT biggest number palindrome.
Output that number.
For example –
Input – 65
Output – 66
Input 632
Output 636

You need to log in or create an account to submit code!











