Page 1 of 1

Documentation (comments) a 1. Write a program that reads in a 5-digit integer number, and determines if it a palindrome

Posted: Sat Feb 19, 2022 3:28 pm
by answerhappygod
Documentation Comments A 1 Write A Program That Reads In A 5 Digit Integer Number And Determines If It A Palindrome 1
Documentation Comments A 1 Write A Program That Reads In A 5 Digit Integer Number And Determines If It A Palindrome 1 (91.34 KiB) Viewed 57 times
write a program
Documentation (comments) a 1. Write a program that reads in a 5-digit integer number, and determines if it a palindrome or not. If a number remains same, even if we reverse its digits then the number is known as palindrome number. For example, 12321 is a palindrome number. Test run 1: Enter an integer (must be 5 digits): 12321 12321 is palindrome Test run 2: Enter an integer (must be 5 digits): 12345 12345 is not palindrome