Keep asking the user for characters until the user enters #. The characters may be stored in a vector of chars or in a string. Do NOT include # in your list. If the series of characters is a palindrome, print out "Yes!". If the series of characters is NOT a palindrome, printout "No!" A palindrome is a word that can be read forwards and backwards the same. And example of a palindrome is "racecar".