#I4G10DaysOfCodeChallenge - Day 3
Question
Attempting the LeetCode problem 9. Palindrome Number
Given an integer x, return true if x is palindrome integer.An integer is a palindrome when it reads the same backward as forward.
Hopefully, this solution is as easy as the question looks...
boffinbee.hashnode.dev2 min read