The CarMin dealership has approached you to write a program to keep track of the sales commissions paid to the sales team each time they sell a used car. The amount of the commission that a...


The CarMin dealership has approached you to write a program to keep track of the sales commissions<br>paid to the sales team each time they sell a used car. The amount of the commission that a salesperson<br>earns is based on the type of vehicle sold. Currently CarMin is trying to incentivize it salesforce to try<br>and sell Hybrids and SUVS because these vehicles generate the most profit within the dealership. These<br>vehicle types have the highest commissions.<br>Vehicle Type<br>Bonus Commission<br>Hybrid<br>4.0% of Selling Price<br>Coupe<br>1.5% of Selling Price<br>Sedan<br>1.5% of Selling Price<br>SUV<br>3.0% of Selling Price<br>Minivan<br>2.5% of Selling Price<br>Create a program for use by the sales manager to track commissions by vehicle type. It is unknown how<br>many cars the dealership will sell in a given month. The program should allow the manager to<br>continuously enter a vehicle type and selling price each time a vehicle is sold. You must validate the<br>vehicle type and selling price using appropriate validation. If any validations fails you should provide an<br>error message and re-prompt the manager.<br>Once the manager has indicated they are finished entering sales, display a well-formatted report<br>containing a list of each vehicle type along with:<br>total sold<br>total sales<br>total commissions earned<br>average commission earned.<br>

Extracted text: The CarMin dealership has approached you to write a program to keep track of the sales commissions paid to the sales team each time they sell a used car. The amount of the commission that a salesperson earns is based on the type of vehicle sold. Currently CarMin is trying to incentivize it salesforce to try and sell Hybrids and SUVS because these vehicles generate the most profit within the dealership. These vehicle types have the highest commissions. Vehicle Type Bonus Commission Hybrid 4.0% of Selling Price Coupe 1.5% of Selling Price Sedan 1.5% of Selling Price SUV 3.0% of Selling Price Minivan 2.5% of Selling Price Create a program for use by the sales manager to track commissions by vehicle type. It is unknown how many cars the dealership will sell in a given month. The program should allow the manager to continuously enter a vehicle type and selling price each time a vehicle is sold. You must validate the vehicle type and selling price using appropriate validation. If any validations fails you should provide an error message and re-prompt the manager. Once the manager has indicated they are finished entering sales, display a well-formatted report containing a list of each vehicle type along with: total sold total sales total commissions earned average commission earned.

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here