This is my question?

A palindromic number is a number that remains the same when it is read backwards and forwards. Forexample, 1456541 is a palindromic number.Write a pse

A palindromic number is a number that remains the same when it is read backwards and forwards. For
example, 1456541 is a palindromic number.
Write a pseudo code algorithm that given a positive integer number, checks and prints whether the
number is a palindromic number or not.
The algorithm should display the result in the following format, for example for a number 1456541, the
output should be:
The number 1456541 is a palindromic number.
For a number 134, the output should be:
The number 134 is not a palindromic number.

or:A palindromic number is a number that remains the same when it is read backwards and forwards. Forexample, 1456541 is a palindromic number.Write a pseudo code algorithm that given a positive integer number, checks and prints whether thenumber is a palindromic number or not.The algorithm should display the result in the following format, for example for a number 1456541, theoutput should be:The number 1456541 is a palindromic number.For a number 134, the output should be:The number 134 is not a palindromic number.


or:Uhh what? U didn't write a question

Tags:write,question,