program to displays three top sales made by employees. Rows and columns represent sales made by each employee identified by their employee number.
Sales 1
EmpNum 101111 – R3000
EmpNum 101122 – R2500
EmpNum 101133 – R1100
EmpNum 101144 – R1700
EmpNum 101155 – R5000
Sales 2
EmpNum 101111 – R2000
EmpNum 101122 – R5500
EmpNum 101133 – R2000
EmpNum 101144 – R2700
EmpNum 101155 – R2900
Sales 3
EmpNum 101111 – R3500
EmpNum 101122 – R3500
EmpNum 101133 – R4500
EmpNum 101144 – R2500
EmpNum 101155 – R5900
Using two dim array produce employee sales report and total sales made by each employee