(Check palindrome) Write the following function to check whether a string is a palindrome assuming letters are case-insensitive:
bool isPa1indrome(const string& s)
Write a test program that reads a string and displays whether it is a palindrome. Here are some sample runs:

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.