Question: Write C++ program for this question thank you! Problem 8: Basic File Input Output Write a program to read an employee file and creates a
Write C++ program for this question thank you!

Problem 8: Basic File Input Output Write a program to read an employee file and creates a payroll report. The employee file has the following form Employee no. Department Pay rate Exempt Hours Worked 101 722 1273 2584 41 32 23 8.11 7.22 5.43 6.74 49 40 39 45 The report is displayed on the monitor and contains the following data: Employee number Base pay (pay rate * hours worked) Overtime pay (calculated only for nonexempt employees and employees who worked more than 40 hours. Overtime pay (40- hours worked) * (pay rate /2) Total pay (base pay overtime pay)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
