ok this is a really basic question but I just can't seem to wrap my head around it. The basic syntax of how to open a file and check it and whatnot makes sense to me. But how the compiler reads from the file doesn't. For example if I have something like
Salesperson ID Model Code Count Sold New Line
8043 3 1 \n
Obviously each of these numbers have a specific function but I don't understand how to assign them each to the job they must do. I hope that makes sense.