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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!