Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C++ has to be used: s Instructions Salary Classification) A company pays its salespeople on a commission basis. The salespeople each receive $200 per week
C++ has to be used: s
Instructions Salary Classification) A company pays its salespeople on a commission basis. The salespeople each receive $200 per week plus 9 percent of their gross sales for that week. For example, a salesperson who grosses $5000 in sales in a week receives $200 plus 9 percent of$5000,or a total of $650. Write a program (using an array of counters) that determines how many of the salespeople earned salaries in each of the following ranges (assume that each salesperson's salary is truncated to an integer amount): a)$200-299 b)s300-399 )S400- 499 d) $500-599 e) $600-699 f) S700-799 g) $800-899 h) $900- 999 i) $1000 and over. Few points: Please use a list of gross value and randomly populate it. You should not use cin in your submission but for testing your code feel free to use it. For the number of salesperson, please use a const int and defined it within the code. . Submission Please only submit your * h and *.cpp files
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started