I'm trying to make a payroll program, however I don't really know where to go from the point that i am at. In a .dat file created in notepad, i have entered the employee number, their pay rate and the hours that they have worked, seperating each of them by a space and giving each employee their own line. I want it to calculate the o/t hours and gross pay and print everything out with headings and a total amount of hours and such at the bottom, without prompting the user.

Thanks