Write a program that Pulls four quarterly sales figure for 6 divisions of a company from a .dat file. The figures could be stored in a two Dimensional array. Once the figured are read in the program could shows the following data for each quarter:
1) A list of the Sales Figures by Division
2) Each division's Increase or decrease from the previous quarter (this will not be displayed for the first quarter.)
3) The total sales for the quarter
4) The company's increase or decrease from the previous quarter (this will not be displayed for the first quarter)
5) The Average sales for all divisions that quarter
6) the Division with the Highest Sales for that quarter