Question: This a C++ Programming 1 class, please using basic C++ to answer this. Write a function called carmax that takes as parameters four offers on
This a C++ Programming 1 class, please using basic C++ to answer this.
Write a function called carmax that takes as parameters four offers on an automobile for sale and 3 reference parameters for the minimum, maximum, and average offer price. Collect the four offers from the user (dollars and cents) in the main function, compute the minimum offer, maximum offer and average offer in the carmax function, and report the results in the main function.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
