Question: Exercise #3: Check Palindrome Number using (do-while loop) Write a program to Check whether a number is palindrome or not using do while loop. A
Exercise #3: Check Palindrome Number using (do-while loop) Write a program to Check whether a number is palindrome or not using do while loop. A Palindrome number is a number that remains the same when its digits are reversed. For example, 121 is a palindrome because its reverse is same as original. Sample input/output: Enter a positive number: 121 The reverse of the number is: 121 The number is a palindrome. Enter a positive number: 123 The reverse of the number is: 321 The number 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
