Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need the code on python please the inputs need to match up with the screen shots as well. Nrite a program that will allow

I need the code on python please

image text in transcribed

image text in transcribed

the inputs need to match up with the screen shots as well.

Nrite 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. itput Department Monthly Sales and Commission Number of Employees: 2 Department Sales Goal: $11000 Total Sales: $13,402.00 Mgr. Bonus: $670.10

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions