November 6th, 2012, 06:37 PM
This is all that my input file says:
race car
mom
pop
sit on a potato pan Otis
Madam in Eden I'm Adam
Potatoe
Go hang a salami I'm a lasgna hog
November 6th, 2012, 03:36 PM
My program right now is just outputting to the screen the first 3 lines of my input file when I run the program. I need it to read in all of the lines, determine if the phrases are a palindrome or...
November 6th, 2012, 10:55 AM
I was meaning to say that when I build the solution it is successful but I really dont know how to get the outcome that I need
November 6th, 2012, 09:38 AM
My job is to read in a line of data from an input file, remove all white space and punctuation, then check to see whether or not it is a palindrome. A palindrome is a word or phrase that is the same...