Question: Create the follow program using Raptor, pseudocode, flowcharting, or Python per your instructor, A Python program is also acceptable. Use the concepts, techniques and good
Create the follow program using Raptor, pseudocode, flowcharting, or Python per your instructor, A Python program is also acceptable. Use the concepts, techniques and good programming practices that you have learned in the course. You have unlimited attempts for this part of the exam.
Input a list of employee names and salaries and store them in parallel arrays. End the input with a sentinel value. The salaries should be floating point numbers Salaries should be input in even thousands. For example, a salary of should be input as and a salary of should be entered as Find the average of all the salaries of the employees. Then find the names and salaries of any employee whose salary is within of the average. So if the average is and an employee earns hisher name would be found. Display the following using proper labels. Save your file using the naming format LASTNAMEFIRSTNAMEM FE Turn in your file by clicking on the Start Here button in the upper right corner of your screen.
Display the names and salaries of all the employees.
Display the average of all the salaries
Display all employees that are within range of the average.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
