Suppose you are a computer salesman and your income depend on the total sales and commissions earned for the computers that you sell. Commission rates vary depending on how many units you sold (see chart below). Your income equals to the total sales plus the commission where the commission equals to total sales times the commission rate. That is, commission = total sales * commission rate and income = total sales + commission. Total Sales Commission rate % Less than 200 sold 8% (totalsales < 200) Greater or equal to 200 sold 10% (totalsales >=200 & totalsales <400) Greater than to 400 sold 12% (if (totalsales >= 400) Use Multiway if, else if (use as many you need) and else correctly Review slides 3-CH-2 Slide 4 and 8 Write the code correctly as show in the chapter slides. Pay attention to the commission chart above: (3) input as examples shown 500, 250, 150 You can work with your team and submit your code and output in PDF. 1. Provide the user the commission rate list above. 2. After displaying the list, prompt the user to input the total sales. 3. Display the total income. Input: The input to your program will be from the keyboard (using Scanner). Output: The output of your program should be to the screen and include the correct answers. Run: Run it three times to be sure all possible values of the if logic works correctly.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 20PE: When you borrow money to buy a house, a car, or for some other purpose, you repay the loan by making...
icon
Related questions
Question

Suppose you are a computer salesman and your income depend on the total sales and commissions earned for the computers that you sell. Commission rates vary depending on how many units you sold (see chart below). Your income equals to the total sales plus the commission where the commission equals to total sales times the commission rate. That is, commission = total sales * commission rate and income = total sales + commission. Total Sales Commission rate % Less than 200 sold 8% (totalsales < 200) Greater or equal to 200 sold 10% (totalsales >=200 & totalsales <400) Greater than to 400 sold 12% (if (totalsales >= 400) Use Multiway if, else if (use as many you need) and else correctly Review slides 3-CH-2 Slide 4 and 8 Write the code correctly as show in the chapter slides. Pay attention to the commission chart above: (3) input as examples shown 500, 250, 150 You can work with your team and submit your code and output in PDF. 1. Provide the user the commission rate list above. 2. After displaying the list, prompt the user to input the total sales. 3. Display the total income. Input: The input to your program will be from the keyboard (using Scanner). Output: The output of your program should be to the screen and include the correct answers. Run: Run it three times to be sure all possible values of the if logic works correctly.

Suppose you are a computer salesman, and your income depends on the total sales and commissions earned for
the computers that you sell. Commission rates vary depending on how many units you sold (see chart below). Your
income equals to the total sales plus the commission where the commission equals to total sales times the
commission rate. That is, commission = total sales * commission rate and income = total sales + commission.
Total Sales
●
Less than 200 sold
Greater or equal to 200 sold
Greater than to 400 sold
●
Commission rate %
Instructions:
Include comments in your code to properly explain your code.
Provide the user the commission rate list above.
8%
10%
12%
Input: After displaying the list, prompt the user to input the total sales.
Output: The output of your program should display the total income.
Run: Run it three times to be sure all possible values of the if logic works correctly.
Format the output exactly as shown in the Sample Run.
Copy&Paste your code and screenshot your console output for the same 3 Sample Runs shown below.
Transcribed Image Text:Suppose you are a computer salesman, and your income depends on the total sales and commissions earned for the computers that you sell. Commission rates vary depending on how many units you sold (see chart below). Your income equals to the total sales plus the commission where the commission equals to total sales times the commission rate. That is, commission = total sales * commission rate and income = total sales + commission. Total Sales ● Less than 200 sold Greater or equal to 200 sold Greater than to 400 sold ● Commission rate % Instructions: Include comments in your code to properly explain your code. Provide the user the commission rate list above. 8% 10% 12% Input: After displaying the list, prompt the user to input the total sales. Output: The output of your program should display the total income. Run: Run it three times to be sure all possible values of the if logic works correctly. Format the output exactly as shown in the Sample Run. Copy&Paste your code and screenshot your console output for the same 3 Sample Runs shown below.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Knowledge Booster
Mathematical functions
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage