Use the top-down modular approach and pseudocode to design


Simple Array Process 
? Input a list of employee names and salaries, and determine the mean (average) salary as well as the number of salaries above and below the mean. Use the top-down modular approach and pseudocode to design a suitable program to solve it.
Please generate only the pseudo code (a simple one) - No charting is required, but you may have to incorporate the bubble sort algorithm (like the ones below) to determine the number of salaries above and below the mean. 
(see diagram in attached file)

Simple Array Process
Input a list of employee names and salaries, and determine the mean
(average) salary as well as the number of salaries above and below the
mean. Use the top-down modular approach and pseudocode to design a
suitable program to solve it.
Please generate only the pseudo code (a simple one) - No charting is
required, but you may have to incorporate the bubble sort algorithm
(like the ones below) to determine the number of salaries above and 

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Use the top-down modular approach and pseudocode to design
Reference No:- TGS0145147

Expected delivery within 24 Hours