Write a Java program that will create a report to display the top three mobile device sales per month from January to March 2018. The rows and columns represent the monthly sales of each device. JAN...


Please help with the question on the picture


Write a Java program that will create a report to display the top three mobile device sales per month<br>from January to March 2018. The rows and columns represent the monthly sales of each device.<br>JAN<br>FEB<br>MAR<br>TOTAL<br>IPhone 7<br>30<br>15<br>35<br>80<br>Samsung S8<br>20<br>25<br>30<br>75<br>Huawei Mate 10<br>25<br>11<br>32<br>68<br>MONTHLY TOTAL<br>75<br>51<br>97<br>Using a Two-Dimensional array, produce the monthly mobile device sales report and the total sales<br>for each device.<br>Example of output:<br>TOP CELL PHONE SALES REPORT<br>2010<br>JAN<br>FEB<br>MAR<br>ΤΟΙAL<br>IPhone 7<br>Samsung se<br>Huawei Mate 10<br>30<br>15<br>35<br>80<br>20<br>25<br>30<br>75<br>25<br>11<br>32<br>68<br>MONTHLY TOTAL<br>75<br>51<br>97<br>

Extracted text: Write a Java program that will create a report to display the top three mobile device sales per month from January to March 2018. The rows and columns represent the monthly sales of each device. JAN FEB MAR TOTAL IPhone 7 30 15 35 80 Samsung S8 20 25 30 75 Huawei Mate 10 25 11 32 68 MONTHLY TOTAL 75 51 97 Using a Two-Dimensional array, produce the monthly mobile device sales report and the total sales for each device. Example of output: TOP CELL PHONE SALES REPORT 2010 JAN FEB MAR ΤΟΙAL IPhone 7 Samsung se Huawei Mate 10 30 15 35 80 20 25 30 75 25 11 32 68 MONTHLY TOTAL 75 51 97

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here