Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Your task is to create pseudo-code and a flowchart to calculate an employee's sales commission. Calculate the sales commission for an employee based upon the
Your task is to create pseudo-code and a flowchart to calculate an employee's sales commission.
Calculate the sales commission for an employee based upon the employee's total sales as shown in the table below. The user will input the total sales amount. The program should output the calculated sales commission.
Total Sales | Sales Commission |
$0 - $5,000 | 5% of Total Sales |
$5,000 - $10,000 | 7.5% of Total Sales |
Over $10,000 | 10% of Total Sales |
Inputs:
Total Sales in dollars
Outputs:
Sales commission in dollars
Assumptions:
The program will always generate a solution if Total Sales 0.
I am having trouble figuring out how to set this up.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started