Taco Cat: A Coding Challenge
The Taco Cat coding challenge is based on the more traditional “Reverse a string” exercise but ultimately determines if a word or phrase is a palindrome.
This app allows the user to enter a text and checks if it is a palindrome or not. A palindrome is a word, number, phrase, or other sequence of characters which reads the same backward as forward, such as madam or racecar.
Instructions
The user is asked to input a string. It can be a word, a phrase, numbers, or a paragraph. The program will calculate it if it is a palindrome or not.