ABBA Racecar A man, a plan, a canal: Panama Your mission is to write a palindrome detector. Given an array of char, determine if it's a palindrome and say so. 100 - print "It's a palindrome" or "It's not a palindrome" as need be. 100 - print "It's a palindrome" or "It's not a palindrome" as need be, ignoring spaces and punctuation (hard). 100 - print the character array 100 -- Read the array from the keyboard (medium hard!!) 50 -- There is a drawArray() method that draws the array 50 -- There is a isPalindrome() method that returns 1/0 or true/false 50 -- Turned in before Tuesday April 15th at 4pm -50 -- Turned in after Thursday April 17th at 4pm