answersLogoWhite

0

i dnt have time to draw flow chart but i'll give the algorith..(only major steps)

1 :read n

2:m=n

3:if n=0 goto step 8,else goto step 4

4:r=n%10

5:rev=(rev*10)+r

6:n=n/10

7:goto step3

8:if m==rev,display "palindrome" else "not palindrome

9:stop

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Is there palindrome in decimal fraction?

Just as 12321 is a palindrome, .12321 is, also. 123.321 is also palindromic.


The flowchart check if the number is a palindrome number or not?

A flowchart to check if a number is a palindrome typically involves the following steps: First, take the input number and convert it to a string. Next, reverse the string and compare it to the original string. If they match, the number is a palindrome; if not, it is not. The flowchart may include decision points for these comparisons and output results accordingly.


What is the significance of Stanley's name being a palindrome?

Its not a palindrome. A palindrome is a series that repeats itself when written backwards. Example: 12321 backwards is 12321. Another example is race car backwards is race car. (spaces don't really matter.)


What is palindrome number?

A number that reads the same forward and backward. eg: 666 1221 12321


What is a palindrome in maths in 2 steps?

12321 is a palindrome number race car is one too they can be the same number or word(s) when written backwards


What sequence is a palindrome?

A palindrome is a number, or sequence of letters, that is read the same from left to right, as from right to left. For example, the word "noon" - if you read it backwards, you also get "noon".


How do you write a flowchart of palindrome in string?

To create a flowchart for checking if a string is a palindrome, start with a "Start" symbol. Then, add a process to input the string and another to reverse it. Include a decision diamond to compare the original string with the reversed string. If they are the same, indicate a "Yes" path that leads to an "Output: Palindrome" action; if not, take the "No" path to an "Output: Not a Palindrome" action, before concluding with an "End" symbol.


What is a perfect square palindrome?

121, 484, 12321, 1234321, 123454321, 12345654321, 1234567654321, 123456787654321, 1234567897654321, 1002001, 10201, 100020001, 10000200001, 1000002000001


What is a palindrome in maths?

A number that reads the same backwards as it does forwards. For example 1357531, or 121.


What is 12321?

12321 = 12,321


How many numbers in a palindrome?

One. If you mean "digits", the number can have any amount of digits; the only requirement to be called a "palindrome" is that if you read it backwards, you get the same sequence of digits. Thus, any of the following is a palindrome: 1 (any 1-digit number is a palindrome), 55, 121, 2002, 12321, 600006, 8105018, ... As you can see, you can make them arbitrarily large.


What is a palindrome and in what subjects in school would you need this definition?

A palindrome is a series of letters, numbers or other characters that read the same forward and backward, such as level, race car, 'Able was I ere I saw Elba, or 12321. This definition would be most helpful to you in classes for languages and math.