Using what you learned in lesson 15, create an application that allows the user to type a word in a text box.
When the user presses enter, the word is displayed backwards. For example Hello becomes olleH.
Disregarding case tell if the word is a palindrome. (A word that is the same in both directions: madam, dad, pop, for example.)