Complete the following tasks:
a. Design a class to hold a JobBid. Each JobBid contains a bid number and a quoted price. Each JobBid also contains overloaded extraction and insertion operators.
b. Include an overloaded operator<()function. A JobBid is considered lower than another JobBid when the quoted price is lower.
c. Write a main()function that declares an array of four JobBid objects. Find and display the lowest JobBid. Save the file as JobBid.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.