Question
Plan a PayRoll class that has data members for an employee's hourly pay rate and number of hours worked. Inscribe a program with an array of seven PayRoll objects. The program must read the number of hours each employee worked and their hourly pay rate from a ?le and call class functions to stock up this information in the appropriate objects. It has to then call a class function, once for each object, to return an employee's gross pay, so this information is able to be displayed. Sample data to test this program can be established in payroll.dat ?le-
40.0 10.00
38.5 9.50
16.0 7.50
22.5 9.50
40.0 8.00
38.0 8.00
40.0 9.00