Write a program to find whether a given number is a Palindrome number (number that is same when you read from forward or backward). You need to take a long integer number from user as input and verify whether it’s a number and positive or not. If the input is not valid (e.g., string or float) or positive, then notify the user and ask to input valid positive number again. If the number is valid then check whether it’s a palindrome number or not. [Hint: For splitting the digits from the given number, you need to use mod % and div / operators. E.g., 123/10 = 12 & 123%10 = 3]

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section: Chapter Questions
Problem 7PP
icon
Related questions
Question

*You need to have at least one user define function 

*Language: C programming 

Write a program to find whether a given number is a Palindrome number (number that is same when you read from forward or backward). You need to take a long integer number from user as input and verify whether it’s a number and positive or not. If the input is not valid (e.g., string or float) or positive, then notify the user and ask to input valid positive number again. If the number is valid then check whether it’s a palindrome number or not. [Hint: For splitting the digits from the given number, you need to use mod % and div / operators. E.g., 123/10 = 12 & 123%10 = 3]

 

 

Input: Key in a number to check: -23

Output: The number -23 is not valid

Key in a number to check: 123454321

The number 123454321 is a PALINDROME

Do you want to continue (y/n)? y

Key in a number to check: 456734

The number 456734 is NOT a PALINDROME

Do you want to continue (y/n)? n

Good bye!!

 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Concept of Parenthesis
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,