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) by comparing characters from each end until the middle of the string is reached. Pre-fix each string with either a "T:" or an "F:", then output to another file.