I have this question and I have no idea where to start off from. Can someone start me off and help me with this problem because I am completely lost.
Question: Write a C++ program that reads a line from cin, prints its characters in reverse order on cout, and tells whether the input line is a palindrome. For example, this is a output of the program:
Enter string: madam I’m adam
madam I’m adam
is not palindrome