Please Java Simply Possible Code Available Copy Comments Follow Along Hard Code Please Cod Q43859991
Please do in java as simply as possible withthe code available for copy and withcomments so i can follow along 🙂 Hardcode please.
The code should also accept userinput, not have values hard coded. Theoutput should also be formatted in rowsand columns like the table below
Write a program that uses a two-dimensional array to store thesales for the bookstore for a month. The array can be initializedwith user input or initialized when the array is declared. Writetwo methods: one to calculate and return the average sales for themonth and one to calculate and return the total sales for a week ofsales. These methods MUST be your original code.  Yourprogram should output all the values in the array (in rows andcolumns) and then output the average sales and the total sales foreach week
Sales Amounts
Monday
Tuesday
Wednesday
Thursday
Friday
Week 1
1234.55
2222.35
2400.15
2523.73
567.84
Week 2
1001.13
1101.01
923.92
907.57
250.15
Week 3
732.87
494.15
502.85
323.50
214.17
Week 4
551.15
442.25
383.89
627.19
239.18
Expert Answer
Answer to Please do in java as simply as possible with the code available for copy and with comments so i can follow along 🙂 Hard…
OR