Write a C++ program which reads lines from the "palindromes.txt" text file until EOF. Each line must be tested to determine if it is a palindrome or not (ignoring punctuation, spaces, and letter case) using the process outlined in the textboox on page 307. Pre-fix each string with either a "T:" or an "F:", then output to another file.