Calculate the average of all employee net pays (salary). Display the computations annd average of at least 5 employees.
Sort the net pays (salary). For now, display only the net pays before sorting and after sorting.
Sort the net pays (salary) using an array of pointers (do not change the data in the original array). For now, display only the net pays before sorting Sort the net pays (salary) using an array of pointers (do not change the data in the original array). For now, display only the net pays before sorting and after sorting.