Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

python Write a program that will allow a manager to determine and display the total sales for the department. The manager will enter the sales

python
image text in transcribed
Write a program that will allow a manager to determine and display the total sales for the department. The manager will enter the sales goal for the month. Then the manager will enter (input) the sales for each salesperson for four (4) weeks. After each salesperson, the program should ask the manager if there is another. Once all the sales are entered the program will accumulate the total sales for the department. Display the total number of employees in the department and total sales for the department. The manager earns a 2% bonus on all sales for the month. If the total department's sales exceed the sales goal, then the manager's bonus is 5% of the total sales. Determine and display the sales goal and manager's bonus amount. Hint: two loops are required - use a loop to allow for another salesperson's monthly sales to be entered and a second loop for the four (4) weeks of sales of the individual salesperson. Some sample Input/Output is provided on the next page. The output is based on the input for two (2) employees one with weekly sales of (1200,1300,1250,2250) and second salesperson's sales (2399,2103,1900,1000). Sales goal for the month $11000

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

Step: 3

blur-text-image

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

Database Concepts

Authors: David M Kroenke, David J Auer

6th Edition

0132742926, 978-0132742924

More Books

Students also viewed these Databases questions

Question

In what ways do viral genomes differ from those of cells?

Answered: 1 week ago

Question

1. Prepare a short profile of Mikhail Zoshchenko ?

Answered: 1 week ago

Question

What is psychology disorder?

Answered: 1 week ago

Question

Which companys ratios match Column A?

Answered: 1 week ago

Question

Which companys ratios match Column G?

Answered: 1 week ago

Question

Which companys ratios match Column E?

Answered: 1 week ago