Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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? image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Learning MySQL Get A Handle On Your Data

Authors: Seyed M M Tahaghoghi

1st Edition

0596529465, 9780596529468

More Books

Students also viewed these Databases questions

Question

Have to Do: Support professional learning.

Answered: 1 week ago