Palindrome Number at Amazon
Easy60.2% acceptance
This problem has 75.0% frequency at Amazon.
Problem Description
Given an integer `x`, return `true` _if_`x` _is a_ _**palindrome**_ _, and_`false` _otherwise_.
Read full problem and hintsThis problem has 75.0% frequency at Amazon.
Given an integer `x`, return `true` _if_`x` _is a_ _**palindrome**_ _, and_`false` _otherwise_.
Read full problem and hints