Given an integer, write a method to find if it is a palindrome.
Anonymous
Take the input and convert it to a string. Reverse this string and compare to the original. If they are equal then the integer is a palindrome.
Check out your Company Bowl for anonymous work chats.