The sales manager at Organic Market wants you to create an application that displays the total sales
Question:
The sales manager at Organic Market wants you to create an application that displays the total sales made in each of three regions: the U.S., Canada, and Mexico. The application should also display the total company sales as well as the percentage that each region contributed to the total sales. Display the sales amounts with a dollar sign and no decimal places. Display the percentages with a percent sign and no decimal places. The sales amounts for six months are shown in Figure 8-52. Create a Windows Forms application. Use the following names for the project and solution, respectively: Organic Project and Organic Solution. Save the application in the VB2017\Chap08 folder. Create a suitable interface and then code the application. Store the sales amounts in a two-dimensional array. Save the solution and then start and test the application.
Step by Step Answer: