A palindrome is a word (noon), sentence (Draw a level award), or number (18781) that reads the same backward or forward. (Note that whitespace is ignored when determining whether a word, sentence, or number is a palindrome.)
Write a program that reads text from a data file. The program should read each line in the data file (read lines until an end of file is encountered), print each line, and also print a message that indicates whether the line is a palindrome.
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.