Question
can you pleaes solve it with C++ code . For each product a salesperson sells, the commission is paid as follows: RM10.00 plus
can you pleaes solve it with " C++ " code .
For each product a salesperson sells, the commission is paid as follows: RM10.00 plus 30% of the selling price in excess of the cost of the product. Typically, the minimum selling price of the product is the cost of the product plus RM200.00 and the maximum selling price of the product is the cost of the product plus RM1000.00. Write a program that prompts the user to enter the salespersons fixed commission, the percentage of the commission, the purchasing cost of the product, the minimum and maximum amount to be added to the purchasing cost to determine the minimum and maximum selling price, and outputs minimum and maximum selling price of the product and the salespersons commission range.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started