Question: help me in python? Employee Salary Create a program that allows a user to enter employee names and their yearly salary. The user should enter

help me in python?  help me in python? Employee Salary Create a program that allows

Employee Salary Create a program that allows a user to enter employee names and their yearly salary. The user should enter in as many names as they would like. Store the names and salaries in arrays. You choose whether to use parallel arrays or a multidimensional array. Once the user as entered in all the employees, your code should loop through the entries and determine which employee has the highest salary. The ending of your program should display the highest salaried employee name and yearly salary. There should be no hardcoding of values, all data should be maintained and accessed from the arrays. Your code should have: Effective use of either parallel arrays or a multidimensional array to store the employee name and salary Your code MUST loop through arrays to determine the highest salary Demonstrate the ability to display the highest salary and employee name from the array Utilize appropriate functions, including the main) Appropriate use of looping structures Appropriate use of conditional blocks

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!