JM Sales employs five sales people. The sales manager wants an application that allows him to enter any number of sales amounts for each of the five sales people. The application should accumulate the sales amounts in a one-dimensional array. The application should display an on-form report with the resulting data as indicated in the sample form below. That display should contain each salespersons ID and total sales. It also should display the total company sales. We suggest that the textbox that displays the resulting data has its BorderStyle property set to Fixed3D, its Font property set to Courier New 10 point, its MultiLine and ReadOnly properties set to True, and its ScrollBars property set to Vertical. Test it thoroughly with many possible additional combinations of data.
Sample form: see image.