A palindrome is a number or a text phrase that reads the same backward as forward. For example, each of the following five-digit integers is a palindrome: 12321, 55555, 45554 and 11611. Write a program that reads in a five digit integer and determines whether or not it’s a palindrome. [Hint: Use the division and remainder operators to separate the number into its individual digits.
Please enter a five digit integer: 12345
12345 is a not palindrome number
Please enter a five digit integer: 12321
12321 is a palindrome numberRubric
Rubric 1.2
Rubric 1.2
CriteriaRatingsPts
This criterion is linked to a Learning OutcomeDetailed comment to explain every step of the solution
2 ptsFull Marks
0 ptsNo Marks
2 pts
This criterion is linked to a Learning OutcomeSelf explanatory variable names and good coding format (empty lines, indentation ect)
2 ptsFull Marks
0 ptsNo Marks
2 pts
This criterion is linked to a Learning OutcomeUse division and remainder operators to separate the number into its individual digits
5 ptsFull Marks
0 ptsNo Marks
5 pts
This criterion is linked to a Learning OutcomeGenerate correct result
5 ptsFull Marks
0 ptsNo Marks
5 pts
This criterion is linked to a Learning Outcomeprogram should include copywrite which contains the assignment number and your name
2 ptsFull Marks
0 ptsNo Marks
2 pts
Total Points: 16
Place this order or similar order and get an amazing discount. USE Discount code “GET20” for 20% discount