Write a c program to test palindromes - a palindrome is a


Assignment

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.

You should read input as a string and call a function to test if it is a palindrome. The function should return true if it was a palindrome false otherwise.

The program should end when the user enters STOP.

Your program should prompt the user with appropriate messages.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a c program to test palindromes - a palindrome is a
Reference No:- TGS02447123

Expected delivery within 24 Hours