Input a list of employee names and salaries, and determine the mean(average) salary as well as the number of salaries above and below themean.
Generate only the pseudocode. You may have to incorporate the bubble sort algorithm to determine the number of salaries above and below the mean.