Question
Posted by:
$10.00 Payroll Program Part 3
Found in Computer-Science: Object-Oriented-ProgrammingChapter 1, # 0
Q:As requested: Modify the Payroll Program so that it uses a class to store and retrieve the employee's name, the hourly rate, and the number of hours worked. Use a constructor to initialize the employee information, and a method within that class to calculate the weekly pay. Once stop is entered as the employee name, the application should terminate.



