Question: Write a C++ program that accepts a sequence of characters and decides if the sequence is a palindrome. The input can contain only letters and
Write a C++ program that accepts a sequence of characters and decides if the sequence is a palindrome. The input can contain only letters and blanks and should have a 80 character limit.
The program needs a method that asks the user for a new phrase. Each character of the phrase must be separated by a blank space character. L O L. The program needs to store just the characters (not the blank spaces) in an array of characters.
The program has to call on function isPalindrome that receives as a parameter an array of characters and returns true if the set of characters in the array is a palindrome and false otherwise.
Your program must inform the user whether it is a palindrome or not. (Depends on the functions returned value).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
