Given a positive number, determine if its digits can be rearranged to form a palindrome (reads same forwards and backwards).
Click Run to test your code