Create a structure named Employee. Include data fields to hold the Employee’s ID number, first name, last name, and hourly pay rate. Create an array of five Employee objects. Prompt the user to enter data for each Employee. Then prompt the user for the ID number of an Employee to view. Display an error message if there is no Employee with a matching ID number. Continue to prompt and display until the user enters an appropriate sentinel value. Save the file as FiveEmployeesWithIDs.cpp.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.