View Single Post
  #11 (permalink)  
Old 05-07-2008, 09:15 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
Code:
public void Employee (String name, double hours, double rate){ this.empName = name; this.hoursWorked = hours; this.payRate = rate; computeWeeklyPay();
Got it. Not sure what I was thinking. Thanks a lot for your help! I am sure ill be needing you again soon!
Reply With Quote