Construct a program using conditional statement base on the word problem presented below: A company selling household appliances gives commissions to its salesman determined by the kind of product...

Construct a program using conditional statement base on the word problem presented below: A company selling household appliances gives commissions to its salesman determined by the kind of product sold as well as the sales amount. ​Type 1: 7% of sale or 400, whichever is more. ​Type 2: 10% of sale or 900, whichever is less. ​Type 3: 12% of sale. ​Type 4: P250, regardless of sale price. ​Make a program that would input the KIND of appliance sold (between 1-4) and the sale PRICE (a positive floating-point value), and output the COMMission that the salesman will receive.Sample Output if Applicable<br>Enter the KIND (from 1 to 4) of appliance: 2<br>Enter the PRICE of the KIND: 1500<br>The commission is 150<br>

Extracted text: Sample Output if Applicable Enter the KIND (from 1 to 4) of appliance: 2 Enter the PRICE of the KIND: 1500 The commission is 150

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here