Question: Write a C++ program that uses a Struct. Declare a Struct data type suitable to hold an employee record like the following: Using your data

Write a C++ program that uses a Struct. Declare a Struct data type suitable to hold an employee record like the following: Using your data type, write a C++ program that allows the user to enter data in an array or vector. After the user is finished entering the data, the program should print a report to the console that contains the following: Each employees' ID, Name and Gross Pay. Total Gross Pay for 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
