Program: Create a program, using at least one For loop, that displays the Sales Amounts made in each of 4 regions (North, South, East, and West) during a three month period. The program should allow the user to enter 4 sets (one set for each region) of three sales amounts (one sales amount for each month). The program should display each regions total sale for the three month period, and the companies total sales for the three month period.
Example data:
North - 2000, 4000, 3000
South - 2000, 5000, 5000
East - 3000, 2000, 1000
West - 4000, 1000, 6000
You have to make a program that show the sales amount. Be sure to include comments. Comments should be included in the program to explain your calculations and program.