1. You've to display whether the number is palindromic or not. 2. Take an input "n", the number for which palindromic property is to be checked.
Input Format
An integer input
Output Format
true or false
Constraints
1<=n<=10^4
Notice
Try First, Check Solution later
1. You should first read the question and watch the question video.2. Think of a solution approach, then try and submit the question on editor tab.3. We strongly advise you to watch the solution video for prescribed approach.Example
Input
12321
Output
true