!! Using Python Ask how many employees and salaries the program
Ask how many employees and salaries the program will be working with. The program needs to do some valid on the number to make sure its a positive number
Needs to ask for the name of each employee along with their salary using two parallel arrays to the store the data. The program needs to do some data validation on the salary to make sure it is a number greater than 0 and less than 200,000
The program will determine what the average salary and print that out to the user
The program will determine what salary is the lowest and print out that along with the name of the employee who has that salary figure.
The program will determine what salary is the highest and that out along with the name of the employee with that salary figure.
12 years ago
Purchase the answer to view it

- lowesthighestaveragesalary.zip