Question: Java Programming Assignment Note: Use Methods for this assignment Sales Data Analysis A company has many sales employees. Write a Java program that would process


Java Programming Assignment Note: Use Methods for this assignment Sales Data Analysis A company has many sales employees. Write a Java program that would process the sales records of the employees and produce a few reports. Each sales record in the data file uses the following format (ID, Quarter1Sales, Quarter2Sales, Quarter3Sales, Quarter4Sales) where x represents a digit: Reports 1. Report1 should use the following information: ID Quarter Qarter2 Quarer3 Quarter4 Total 2. Report2 should contain the total sales for each of the employees that is greater than the average sales of all the employees using the following information (some employees will not be listed): ID Total 3. Report3 should be a report showing only the top three employees according to their sales using the following format and information: ID Quarter Qarter2 Quarter3 Quarter4 Total 4. Summary Report should display the total number of records processed as well as the grand total sales of all the employees. Be sure to include report headings and column headings in all of the reports. Each report must start on a new/separate page. Be sure to document your programs
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
