Write a python program that accepts name of an employee and employee's yearly sales of last five years. The data should be collected for n employees. The value of n should also be accepted as input. All amounts should be displayed with three decimal places. The output should be displayed as a table containing the Employee name, Average Sales and Bonus. The program must define and use a function with Total Sales as a parameter and should calculate the Average Sales and Bonus for cach employee. Bonus must be calculated based on the following table: Average Sales (AS) AS<5000 50002AS<7500 75002AS<10000 Bonus 1% of Average Sales 2% of Average Sales 4% of Average Sales 7% of Average Sales AS210000

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter7: User-defined Simple Data Types, Namespaces, And The String Type
Section: Chapter Questions
Problem 8PE: Write a program that reads in a line consisting of a students name, Social Security number, user ID,...
icon
Related questions
Question
SalaryStmt.py
Write a python program that accepts name of an employee and
employee's yearly sales of last five years. The data should be
collected for n employees.
The value of n should also be accepted as input.
All amounts should be displayed with three decimal places.
The output should be displayed as a table containing the Employee
name, Average Sales and Bonus.
The program must define and use a function with Total Sales as a
parameter and should calculate the Average Sales and Bonus for
each employee. Bonus must be calculated based on the following
table:
Average Sales (AS)
AS<5000
5000ZAS<7500
7500ZAS<10000
AS210000
Bonus
1% of Average Sales
2% of Average Sales
4% of Average Sales
7% of Average Sales
Sample Output
Employee Name
Average Sales
Bonus
AFRAH
ASMA
ATHEER
НАЈAR
8577.000
6476.800
4943.000
343.080
129.536
49.430
718.200
315.064
135.608
352.888
365.072
305.240
303.216
10260.000
MALLAK
7876.600
6780.400
8822.200
9126.800
MARYAM
NOORA
SAHAR
SHEFAA
7631.000
TAGHARID
7580.400
Transcribed Image Text:SalaryStmt.py Write a python program that accepts name of an employee and employee's yearly sales of last five years. The data should be collected for n employees. The value of n should also be accepted as input. All amounts should be displayed with three decimal places. The output should be displayed as a table containing the Employee name, Average Sales and Bonus. The program must define and use a function with Total Sales as a parameter and should calculate the Average Sales and Bonus for each employee. Bonus must be calculated based on the following table: Average Sales (AS) AS<5000 5000ZAS<7500 7500ZAS<10000 AS210000 Bonus 1% of Average Sales 2% of Average Sales 4% of Average Sales 7% of Average Sales Sample Output Employee Name Average Sales Bonus AFRAH ASMA ATHEER НАЈAR 8577.000 6476.800 4943.000 343.080 129.536 49.430 718.200 315.064 135.608 352.888 365.072 305.240 303.216 10260.000 MALLAK 7876.600 6780.400 8822.200 9126.800 MARYAM NOORA SAHAR SHEFAA 7631.000 TAGHARID 7580.400
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Function Arguments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr