...

/

Challenge: Find out if the Given Number is a Palindrome

Challenge: Find out if the Given Number is a Palindrome

Test your understanding by solving a difficult challenge in this lesson.

Problem statement

You are given a number. Your task is to find whether the given number is a palindrome or not.

📝 A number is a palindrome if it reads the same backward as forward, e.g., 1221. ...

Input