There are 6 employees. Write a program with nested loops, to ask the yearly salary of each employee for 5 years. Your program should keep track of the highest salary, lowest salary, and calculate the average salary of each employee. After you collect each employees data, display the highest salary, lowest salary, and average salary for that employee. Hints: The outer loop is used to keep track of employees, and the inner loop is used to keep track of years for each employee of the outer loop. In the test case below, please note that the employee count and year count keeps changing for input message and output messages You can accomplish this by using an input and print statement like: salary-input("Please enter employee "+ str(empcount) + salary for year + strl yearcount) +: ") print("Employee + strlempcount) + "smallest salary is: $+str(smallest)) To calculate the average with decimal point, you can use statement like below. avg=float(totalsal)/5 The above nstructions are examples. Of course, you must replace the variables with the variables used in your program.

EBK JAVA PROGRAMMING
8th Edition
ISBN:9781305480537
Author:FARRELL
Publisher:FARRELL
Chapter2: Using Data
Section: Chapter Questions
Problem 2GZ
icon
Related questions
Question

python 3

 

There are 6 employees. Write a program with nested loops, to ask the yearly salary of each employee for 5 years.
Your program should keep track of the highest salary, lowest salary, and calculate the average salary of each
employee. After you collect each employees data, display the highest salary, lowest salary, and average salary for
that employee.
Hints: The outer loop is used to keep track of employees, and the inner loop is used to keep track of years for each
employee of the outer loop.
In the test case below, please note that the employee count and year count keeps changing for input message and
output messages
You can accomplish this by using an input and print statement like:
salary=input("Please enter employee "+ str(empcount] +" salary for year "+ strl yearcount) + ": ")
print("Employee + strlempcount) + "smallest salary is: Ş"+str[smallest) )
To calculate the average with decimal point, you can use statement like below.
avg=float(totalsal)/5
The above nstructions are examples. Of course, you must replace the variables with the variables used in your
program.
Transcribed Image Text:There are 6 employees. Write a program with nested loops, to ask the yearly salary of each employee for 5 years. Your program should keep track of the highest salary, lowest salary, and calculate the average salary of each employee. After you collect each employees data, display the highest salary, lowest salary, and average salary for that employee. Hints: The outer loop is used to keep track of employees, and the inner loop is used to keep track of years for each employee of the outer loop. In the test case below, please note that the employee count and year count keeps changing for input message and output messages You can accomplish this by using an input and print statement like: salary=input("Please enter employee "+ str(empcount] +" salary for year "+ strl yearcount) + ": ") print("Employee + strlempcount) + "smallest salary is: Ş"+str[smallest) ) To calculate the average with decimal point, you can use statement like below. avg=float(totalsal)/5 The above nstructions are examples. Of course, you must replace the variables with the variables used in your program.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Introduction to computer system
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
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
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage