Question: Write a C# program to print the reverse of given number and determine if it is a palindrome or not using if else and While
Write a C# program to print the reverse of given number and determine if it is a palindrome or not using if else and While
Output: Enter the number
131
Reverse of the given number is 131
131 is a Palindrome
456
Reverse of the given number is 654
654 is not a Palindrome
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
