Page 1 of 1

Design a program that allows the user to input a list of names of employees and their salaries. (5 points) The program s

Posted: Mon May 09, 2022 7:16 am
by answerhappygod
Design A Program That Allows The User To Input A List Of Names Of Employees And Their Salaries 5 Points The Program S 1
Design A Program That Allows The User To Input A List Of Names Of Employees And Their Salaries 5 Points The Program S 1 (14.65 KiB) Viewed 27 times
Design a program that allows the user to input a list of names of employees and their salaries. (5 points) The program should ask the user how many names will be entered. The information entered must be stored in arrays, (5 points) The program should then calculate and display the mean (average) salary as well as (5 points) the number of salaries above the average and the number of salaries below the average.