Question: Write a C++ program to test palindromes - A palindrome is a word, phrase, number, or other sequence of characters which reads the same backward
Write a C++ program to test palindromes - A palindrome is a word, phrase, number, or other sequence of characters which reads the same backward as forward (Examples of palindromes: 1234321, madam, radar, noon). You should read input as a string and call a function (call by reference) to test if it is a palindrome. The function should return true if it is a palindrome false otherwise. The program should end when the user enters a non-palindrome. Your program should prompt the user with appropriate messages. Use the following program template as guideline
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
