Palindrome Number at Microsoft
Easy60.2% acceptance
This problem has 75.0% frequency at Microsoft.
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 Microsoft.
Given an integer `x`, return `true` _if_`x` _is a_ _**palindrome**_ _, and_`false` _otherwise_.
Read full problem and hints