Q2 Write a C++ program to calculate commission for the salesmen. The commission is calculated according to the following rates. Sales Commission rate 2000 onwards 15% 1000 – 1900 10% 800 – 900 7% 500...


objective


code


flowchart


algorithm


Q2 Write a C++ program to calculate commission for the salesmen. The commission is<br>calculated according to the following rates.<br>Sales<br>Commission rate<br>2000 onwards<br>15%<br>1000 – 1900<br>10%<br>800 – 900<br>7%<br>500 – 700<br>3%<br>0-499<br>0%<br>The program accepts the sales made by the salesman and displays the calculated<br>

Extracted text: Q2 Write a C++ program to calculate commission for the salesmen. The commission is calculated according to the following rates. Sales Commission rate 2000 onwards 15% 1000 – 1900 10% 800 – 900 7% 500 – 700 3% 0-499 0% The program accepts the sales made by the salesman and displays the calculated

Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here