Write a program to detect if a word or phrase is a palindrome. The program should: 1. prompt the user to enter a word or phrase 2. determine if the word or phrase is a palindrome 3. let the user know if their entry is or isn't a palindrome 4. continue asking the user for a word or phrase to check, until they provide an empty string (just hit at prompt)
+2
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a program to detect if a word or phrase is a palindrome. The program should: 1. prompt the user to enter a word or phrase 2. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » Write a program to detect if a word or phrase is a palindrome. The program should: 1. prompt the user to enter a word or phrase 2. determine if the word or phrase is a palindrome 3. let the user know if their entry is or isn't a palindrome 4.