Question 1 Given a string “L*&EVe)))l”, write a method which will determine if the input is a palindrome. Ignore all special characters. Uppercase/lowercase should be considered as same. Previous Next