I apologize for this all in advance. I am at the point where I have messed with it so much that its all a big mumbo jumbo in my head. I am going to read up a little more on contructors cause that seems to be my issue. I can't seem to get away from this error and its irritating.
symbol : constructor Employee(java.lang.String,double,double[],double)
location: class payrollprogram.Employee
Employee employee = new Employee(empName, hoursWorked, payRate, total);
1 error
BUILD FAILED (total time: 0 seconds)
I will let you know what I figure out.