This application checks if your input is a palindrome.
A palindrome is a word that is spelled the same both forwards and backwards. You'll enter a word and the application will check whether the word you entered is a palindrome.
Parameters of the project:
- Write a program that allows a user to enter a word or phrase and then prints the reverse of the input.
- Create a feature that determines if the word or phrase is a palindrome.
Additional Functionality:
- Create a feature that notifies the user that their input is invalid if they enter an empty string.
- Create a feature that reads the string as a line of pure alphanumerical text without spaces or extra characters.
Check it out!