Advertisement
akosiraff

Salary Survey Application

Mar 4th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/salary-survey-application/
  3. Salary Survey Application
  4. Use a one-dimensional array to solve the following problem:
  5. A company pays its salespeople on a commission basis. The salespeople receive $200 per week, plus 9% of their gross sales for that week. For example, a salesperson who grosses %5,000 in sales in a week receives $200 plus 9% of $5,000, a total of $650.
  6. 1. Write an application (using an array of counters) that determines how many of the salespeople earned salaries in each of the following ranges (assuming that each salesperson’s salary is truncated to an integer amount):
  7. $200-299, $300-399, $400-499, $500-599, $600-699, $700-799, $800-899, $900-999, and over 999.
  8. 2. Allow the user to enter the sales for each employee in a TextBox.
  9. 3. The user clicks the calculate Button to calculate the salesperson’s salary.
  10. 4. When the user is done entering this information, clicking the Show Totals Button displays how many of the salespeople earned salaries in each of the above ranges.
  11.  
  12. Download: http://solutionzip.com/downloads/salary-survey-application/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement