View Single Post
  #14 (permalink)  
Old 05-08-2008, 08:24 PM
Azzia Azzia is offline
Member
 
Join Date: May 2008
Location: Ohio
Posts: 20
Azzia is on a distinguished road
Send a message via AIM to Azzia Send a message via MSN to Azzia
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.

Code:
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.
Reply With Quote