Question
Based on the code below, I'm supposed to Write a C++ program that determines if a given string is a palindrome. When I enter in
Based on the code below, I'm supposed to Write a C++ program that determines if a given string is a palindrome. When I enter in a string, it's supposed to properly tell me if it's a palindrome or not. The problem is that no matter what I enter, it tells me what I enter isn't a palindrome. I need help correcting this error in the code below.
#include
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started