I created an application in Visual Basics for a Salary Survey but I can''t seem to get the application to work. Please take a look and see where my mistake is. The assignment instructions are: use a one-dimensional array to solve the problem. A company pays its salespeople on a commission basis. Salespeople receive $200 per week, plus 9% of their gross sales for that week. Write an application using a array of counters that determine how many of the salespeople earned salaries in each of the following ranges: $200-299, $300-399, $400-499, $500-599, $600-699, $700-799, $800-899, $900-999, and over $999. Allow the user to enter the sales for each employee in a TextBox. User clicks Calculate to calculate the salary. When the user is done entering this information, click the Show Totals button.
Thanks