Write the reading program: basic salary (bsalary) and sales (sales), then calculate and print the net salary that represents bsalary + (commission comm). If you know that the commission is calculated as follows: 2% of the basic salary, if the sales are less or equal Three times the base salary, comm = 0.02 * bsalary, 3% of the base salary if sales are more than three times the basic salary (comm = 0.03 * bsalary) 5% of the base salary, if sales are more than five times the basic salary (comm = 0.05) * bsalary) in C ++ %3D

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 10PE
icon
Related questions
Question
Write the reading program: basic
salary (bsalary) and sales (sales),
then calculate and print the net
salary that represents bsalary +
(commission comm). If you know
that the commission is calculated
as follows: 2% of the basic salary,
if the sales are less or equal
Three times the base salary,
comm = 0.02 * bsalary, 3% of
the base salary if sales are more
than three times the basic salary
(comm = 0.03 * bsalary) 5% of the
base salary, if sales are more than
five times the basic salary (comm
= 0.05) * bsalary) in C ++
Transcribed Image Text:Write the reading program: basic salary (bsalary) and sales (sales), then calculate and print the net salary that represents bsalary + (commission comm). If you know that the commission is calculated as follows: 2% of the basic salary, if the sales are less or equal Three times the base salary, comm = 0.02 * bsalary, 3% of the base salary if sales are more than three times the basic salary (comm = 0.03 * bsalary) 5% of the base salary, if sales are more than five times the basic salary (comm = 0.05) * bsalary) in C ++
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Algebraic Expressions
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++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr