Palindrome Checker
A program to solve and present the question... "Is it a palindrome?"*
* Palindrome - a word, phrase, or sequence that reads the same backward as forward, e.g., taco cat, madam or nurses run.
If a string isn't entered in the input field, 'taco cat' will be used by default.
Instructions
Enter your string in the input field. Press the "Run Code" button and the program will test and see if your input is a palindrome.