Complete the following tasks:
a. Design a Job class with three data fields—Job number, time in hours to complete the Job, and per-hour rate charged for the Job.
b. Include overloaded extraction and insertion operators that get and display a Job’s values.
c. Include overloaded + and – operators that return integers that indicate the total time for two Jobs, and indicate the difference in time between two Jobs, respectively.
d. Write a main()function demonstrating that all the functions work correctly. Save the file as Jobs.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.