logo Hurry, Grab up to 30% discount on the entire course
Order Now logo
551 Times Downloaded

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Chase CruzEducation
(5/5)

642 Answers

Hire Me
expert
Willard BoiceGeneral article writing
(5/5)

697 Answers

Hire Me
expert
Soni GiranComputer science
(5/5)

971 Answers

Hire Me
expert
Colin JenkinsEngineering
(5/5)

892 Answers

Hire Me
Others
(5/5)

You have just started a sales job in the Acme department store. Your pay consists of a base salary and a commission.

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Commission Table

You have just started a sales job in the Acme department store.  Your pay consists of a base salary and a commission.  The base salary is $10,000.00.  The scheme shown below is used to determine the commission rate:

 

Sales Amount                              Commission Rate

$0.01 - $10,000                                    7.50 percent

$10,000.01 - $20,000                         11.25 percent

$20,000.01 and above                        14.50 percent

 

Note that this is a graduated rate. The rate for the first $10,000 is at 7.5%, the next $10,000 is at 11.25%, and the rest is at 14.5%.  If the sales amount is $25,000, the commission is 10000 * 7.5% + 10000 * 11.25% + 5000 * 14.5% = 2600.

 

Create a Python program called “CommissionTable.py” that contains a main function that calls another function that prints the Acme header (see sample output below) and then calls another function that computes a commission table using the commission rates described above.  The headers of the called functions are as follows:

 

printHeader() returns nothing, and computeCommission(salesAmount) returns commission

 

You need to format your table in appropriate dollars and cents.  Formatting examples are located in TestChapter02.py.

 

Sample output:

(5/5)
Attachments:

Expert's Answer

551 Times Downloaded

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme