a. Create a TempEmployee class. Besides a name, phone number, and hourly pay rate, include at least six bit fields that store capabilities such as whether the temp employee is proficient in word processing or whether the employee can lift heavy weights over 50 pounds. Create any functions you need to support the class.
b. Write a program that creates 10 TempEmployee objects and assign values to them. Create a separate TempEmployee object and allow the user to enter data values that specify the characteristics desired in a temporary employee for a specific job. Write the program so that it selects and displays data for only those employees who match all the necessary criteria. If no employees match all the criteria, display a message. Save the file as TempEmployees.cpp.
c. Write a program that creates 10 TempEmployee objects and prompt the user to assign values to them. Create a separate TempEmployee object and allow the user to enter data values that specify the characteristics desired in a temporary employee for a specific job. Write the program so that it selects and displays data for the best employee for the job. (The best Employee for a job might have more skills than the requested ones, but must not be missing any requested skills.) If multiple employees match all the selected criteria, choose the ones with the lowest pay rate. If no employees match all the criteria, choose the ones who match the most criteria. Save the file as TempEmployees2.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.