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

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter4: Selection Structures
Section4.5: A Case Study: Solving Quadratic Equations
Problem 5E: (Data processing) Years that are evenly divisible by 400 or are evenly divisible by 4 but not by 100...
icon
Related questions
Question

objective

code 

flowchart 

algorithm 

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
Transcribed Image 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
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Concept of Parenthesis
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr