My program needs to be able to read some text from a .txt file and then display that information back to the screen. I'm running into a few problems: I'm not sure how to skip the first line of the text file (they are text describing the columns), when I run the code, I get nothing for the seat and the price is something like -9.22e+061. I've looked into the getline ignore but I haven't learned it in class yet. What am I doing wrong here? Thank you!!