Palindrome program in C++A palindrome number is a number that is same after reverse. For example 121, 34543, 343, 131, 48984 are the palindrome numbers. Palindrome number algorithm
Let's see the palindrome program in C++. In this program, we will get an input from the user and check whether number is palindrome or not. Output: Enter the Number=121 Number is Palindrome. Enter the number=113 Number is not Palindrome.
Next TopicFactorial program in C++
|
JavaTpoint offers too many high quality services. Mail us on h[email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected].
Duration: 1 week to 2 week