Question 11 Write a function that returns true if the binary representation of an integer is a palindrome.9 = 1001 = palindrome8 = 1000 = not palindrome Previous Next