2. Palindromes
A palindrome is a string that is spelled the same way forwards and backwards. Some examples of palindromes are: "radar,", "able was I ere I saw
elba, " and "a man a plan a canal panama." Write a program that inputs a string (without blanks) from the user and tells whether it is a palindrome
or not.
Remember:
It is due Mo 5/12, late homeworks will be penalized !
Turn in a print-out of your code.
You will be graded on: