Advertisement
akosiraff

Employee JAVA

Jan 30th, 2014
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/employee-java/
  3. Modify the Payroll Program so that it uses a class to store and retrieve the employee’s
  4. name, the hourly rate, and the number of hours worked. Use a constructor to initialize the
  5. employee information, and a method within that class to calculate the weekly pay. Once
  6. stop is entered as the employee name, the application should terminate. Make sure the
  7. program maintains all the functionality required in previous assignments and your source
  8. code is readable and well documented.
  9. Download: http://solutionzip.com/downloads/employee-java/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement