Ok this one might be a little tougher to do it's called Palindrome. that means to word reads both ways like racecar spelled backwards also spells racecar. Make so it can check multiple words like straw warts spells the same backwards (I got these words of the internet)
I'll admit I did the copy some code to make it work without knowing why it did what it did. Try not to do that since it voids the purpose of practicing these problems
Here's a hint on how to do it http://www.cplusplus.com/reference/string/string/ well maybe not a hit but a helping hand.
If you want you can do it in char arrays also maybe even do it both ways using strings and using char arrays couldn't hurt
good luck hope to see some posts with how you did it
