Hello! I am currently working on a program that will read from a .txt file to create an arraylist. I will be working with the objects in the list to perform computations and display the data. The .txt file is in the following format:
lastName firstName hoursWorked hourlyRate
With no delimiters. I've messed with this thing way too much in the last 12 hours (only day off for the week

) so variable names etc have changed often. If there are errors in the program due to that I profusely apologize! Any help would be greatly appreciated.
At present the error I am receiving is "error: constructor GrossPayService in class GrossPayService cannot be applied to given types". I understand what the error means, but not how to fix it. There may be other errors as well, but at present that is all my compiler is giving me.