Create a C# Windows Form program

profileadelen
 (Not rated)
 (Not rated)
Chat

Create a C# Windows Form program that uses a one-dimensional array to solve the following problem : A company pays its salesperson on a commission basis. The salesperson receive $200 per week plus a 9% of their gross sales for that week. For example, a salesperson who grosses $5,000 on sales in a week receives $200 plus  9% of the $5,000, or total of $650. Write the program (using  an array of counter) that determines how many of the salespeople  earned salaries in each of the following ranges ( assume that each salesperson's salary is interger.) Summarize the results in tabular format. It should show the current table of salespersons with salaries in all of the ranges in a Listbox as the user enters them. The user should enter the salespersons gross sales using a textbox and a button. The buttons click event should take the gross sales amount and find which place in the array should have 1 added to it as each is entered, and then redisplay the table

a) $200-299

b) $300-399

c) $400-499

d) $500-599

e) $600-699

f) $700-799

g) $800-899

h) $900-999

i) $1,000 and over

    • 10 years ago
    the answer 100 % correct answer. in c#
    NOT RATED

    Purchase the answer to view it

    blurred-text
    • attachment
      windowsformsapplication1.zip
    • attachment
      screenshot.jpg