Create an array of five employee objects prompt the user to


Question-This is a C++ program for Object-Oriented Programming using C++ by Joyce Farrel.

Please ensure you read what I am asking you to do as I do not need programs in other programming languages I just require it to be in C++ so please ensure you do as the description say.

Program-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. Do not allow duplicate ID numbers to be entered.

Then prompt the user to choose whether to search for an Employee by (1) ID number, (2) last name, or (3) hourly pay.

After the user chooses the field on which to search, prompt the user for the search value. Display an error message if there is no Employee with matching criteria, otherwise display all the date for every matching Employee (more than one Employee might have the same last name or pay rate.)

Please only use concepts that have been learned in the first five chapters of the book given above.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Create an array of five employee objects prompt the user to
Reference No:- TGS0966274

Expected delivery within 24 Hours