Write a Java program to display the three top sales made by employees of an organization. The rows and columns represent the sales made by each employee identified by their employee number. SALES 1...


Please help me with the question on the picture


Write a Java program to display the three top sales made by employees of an organization. The<br>rows and columns represent the sales made by each employee identified by their employee<br>number.<br>SALES 1<br>SALES 2<br>SALES 3<br>R3 000<br>R 2 000<br>R 5 500<br>101111<br>R 3 500<br>101122<br>R2 500<br>R 3 500<br>101133<br>R 1 100<br>R 2 000<br>R 4 500<br>R 1 700<br>R 2 500<br>R 5 900<br>101144<br>R 2 700<br>101155<br>R 5 000<br>R 2 900<br>Using a Two Dimensional array produce the employee sales report, and the total sales made by<br>each employee.<br>Example of output:<br>EMPLOYEE SALES REPORT<br>SALES 1<br>SALES 2<br>SALES 3<br>h01111--><br>h01122--><br>h01133--><br>h01144--><br>h01155--><br>R 3000<br>R 2000<br>R 3500<br>R 2500<br>R 5500<br>R 3500<br>R 1100<br>R 2000<br>R 4500<br>R 1700<br>R 2700<br>R 2500<br>R 5000<br>R 2900<br>R 5900<br>EMPLOYEE TOTAL SALES<br>h0111 --> R 8500.0<br>ho112 --><br>h0113 --><br>R 11500.0<br>R 7600.0<br>h0114 --><br>h0115 --><br>R 6900.0<br>R 13800.0<br>

Extracted text: Write a Java program to display the three top sales made by employees of an organization. The rows and columns represent the sales made by each employee identified by their employee number. SALES 1 SALES 2 SALES 3 R3 000 R 2 000 R 5 500 101111 R 3 500 101122 R2 500 R 3 500 101133 R 1 100 R 2 000 R 4 500 R 1 700 R 2 500 R 5 900 101144 R 2 700 101155 R 5 000 R 2 900 Using a Two Dimensional array produce the employee sales report, and the total sales made by each employee. Example of output: EMPLOYEE SALES REPORT SALES 1 SALES 2 SALES 3 h01111--> h01122--> h01133--> h01144--> h01155--> R 3000 R 2000 R 3500 R 2500 R 5500 R 3500 R 1100 R 2000 R 4500 R 1700 R 2700 R 2500 R 5000 R 2900 R 5900 EMPLOYEE TOTAL SALES h0111 --> R 8500.0 ho112 --> h0113 --> R 11500.0 R 7600.0 h0114 --> h0115 --> R 6900.0 R 13800.0

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here