+ 1
A palindromic number is a number (such as 626) that remains the same when its digits are reversed. Write a function that returns
Please help me in this.
2 Respostas
+ 4
It is very simple program. You may need to think more on it. Algorithm is same as your question . Take input , reverse it , if reversed number is equal to input then it's palindrome . You just need to think that how could you reverse a number . Reversing no is easy only if you know proper work of modules % and / operator . We can't directly solved your question without seeing your attempt.
+ 2
Sure we will help ,Post your attempt first so that we can help ...