Project Palindrome: A coding project
The goal of this project is to input a string and use a function to check if it is a palindrome. A palindrome is a word or phrase that reads the same backward and forward. When palindromes are the length of a sentence, they ignore capitalization, punctuation, and word boundaries.
Instructions
1. Enter a String.
2. Press the Palindrome? button.
3.IF:
The string is a Palindrome it will be printed and the will be prompt that the string is a Palindrome
4.Else:
If the string is not a Palindrome you will be prompted that its not a Palindrome