Inspiration

If I ever get curious about whether or not a word or phrase is a palindrome, I can put it through the palindrome tester and find out.

What it does

The program asks the user to enter a word or phrase that the program flips backwards. It then informs the user whether or not the word/phrase you entered is a palindrome. After multiple plays, the program compiles the palindromes that the user has found and how many of them there are, printing out each one of them for the user.

How we built it

The words and phrases are flipped by using indexes to form a new flipped string version of the word/phrase the user has entered.

Challenges we ran into

The program is still unable to detect palindromes from words or phrases that have capitalization, punctuation, or spaces.

Accomplishments that we're proud of

The program prints out every palindrome the user has found throughout their time of using the program.

Built With

Share this project:

Updates