Computer Science, asked by banerjeeswarnali14, 4 days ago

Identify any mistakes in the algorithm given below and rectify them. A Palindrome number is a number which reads the same from the reverse. Example, 48684. The flowchart for finding if a number is palindrome or not is as follows:​

Attachments:

Answers

Answered by sanjudeoria274001
0

Answer:

A word, number, phrase or a set of characters that read the same backward as they do forward is known as a Palindrome. When its digits are reversed, they turn out to be the exact same number as the original number. Palindromes can be numeric as well. For example: madam, 1234321. Through this blog, we will learn how to create a Palindrome in Python.

Similar questions