Question: LAB SESSION 6 Result test 0 average 1 N Activity #6 Problem & Question: Declare a structure data type suitable for an employee record which

LAB SESSION 6 Result test 0 average 1 N Activity #6 Problem & Question: Declare a structure data type suitable for an employee record which has components of employee number, employee name charge rate per hour and working hours. Further, create an array variable named employee of size 10, using the declared data type earlier. Next, write a C++ program that interactively inputs data into the array. Once all data has been entered the program should create a payroll report listing each employee's name, number, and gross pay. Include the total gross pay of all employees at the end of the report. =
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
