Question: I am using C++ Palindrome Write a program that checks whether a given string is a palindrome. A palindrome is defined as a word that

I am using C++
Palindrome Write a program that checks whether a given string is a palindrome. A palindrome is defined as a word that reads identically backward and forward. For example, madam' and 'level' are palindromes. Your program should a Boolean function that takes a string parameter and returns TRUE if the string is a palindrome
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
