Program: 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 arc entered, the program should display the following data for each quarter:
You have to use two-dimensional arrays to implement this problem. I will let you choose if you need to create and use a separate class for the sales data and methods. You have to echo your sales data in your output (so that I will cross check your sales statistics numbers.)
Provide some thoughts to formatting your output so that it is simple to understand.