JAVA BEGINNING PROGRAMMER Write a program that lets the user enter four quarterl
ID: 3679986 • Letter: J
Question
JAVA BEGINNING PROGRAMMER
Write a program that lets the user enter four quarterly sales figures for six divisions of a company. The figures should be stored in a two dimensional array. Once the figures are entered the program should display the following for each quarter
a. A list of the sales figures by division.
b. Each division increase or decrease from the previous quarter(this will not be displayed for the first quarter).
c. The total sales for the quarter.
d. The company's increase or decrease from previous quarter(this will not be displayed for the first quarter).
e. The average sales for all divisions that quarter.
f. The division with the highest sales for that quarter.
Input Validation: Do not accept negative numbers for sales figures.
Finally REWRITE TO PRINT OUTPUT AS TEXT FILE
Explanation / Answer
Please find the code below :
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.