Write a C# Program to check a number is Palindrome or not. give an example?.
Write a C# Program to check a number is Palindrome or not.
2183
22-Nov-2021
Ashutosh Kumar Verma
22-Nov-2021Palindrome Number:
A Palindrome number is a number which are same as its reverse order means if we reverse a number and no any changes in sequence of that number as its original sequence then it called as a palindrome number.
In other word, it has same reads in sequence of forward and backward.
Program:
Output: