Question: (FLOWCHART)Design a program that calls a function that computes the final price for a sales transaction. The program contains variables that hold the price of
(FLOWCHART)Design a program that calls a function that computes the final price for a sales transaction. The program contains variables that hold the price of an item, the salesperson's commission expressed as a percentage, and the customer discount expressed as a percentage. calculatePrice() function that determines the final price and returns the value to the calling function. The calculatePrice() function requires three arguments: product price, salesperson commission rate, and customer discount rate. A product's final price is the original price plus the commission amount minus the discount amount. The customer discount is taken as a percentage of the total price after the salesperson commission has been added to the original price.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
