hello I am stuck on one of my homework problems. im trying to make the program read a file from my computer then make the file into an array. the code that I have doesn't work at all, I am working on it. my file is in columns that is why I am having problems reading it. so my question is how do I get the program to read the files in columns?
the left indicates hours and the right indicates pay rate per employee. I need to somehow read the file so the first line is for employee1 the second for employee2 and so on. so again my question is how do I get the program to read my data in columns?