C++ program to check if a sentence is a Palindrome or not

I have written a program in C++ which can check a word, phrase or sentence if it is a palindrome on a character by character basis. It is capable of...

Continue reading