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.
-----------------------------------------------------------------------------------------
Alright, so if you are looking java program to the question mentioned above, then you can get the whole solution here : Download Payroll Program