Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write program in python only please.... Thanks in advance Find the sales amount. You have just started a sales job in a department store Your

image text in transcribed

Write program in python only please.... Thanks in advance

Find the sales amount. You have just started a sales job in a department store Your pay consists of a base salary plus a commission. The base salary is $5500 The following table shows how to determine the commission rate Sales AmountCommission Rate S0.01 S5500 S5500.01 - $11000 $1100.01 and above 8% 10 % 1200 Write a function that computes the commission. The header of the function is: def computeCommission(salesAmount) Write a program that displays the following table: Sales Amount Commission 11000 900 160001590 210002190 760008790

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Database Upgrade Migration And Transformation Tips And Techniques

Authors: Edward Whalen ,Jim Czuprynski

1st Edition

0071846050, 978-0071846059

More Books

Students also viewed these Databases questions

Question

9. Describe the characteristics of power.

Answered: 1 week ago

Question

10. Describe the relationship between communication and power.

Answered: 1 week ago