Arrays Sales Commissions Use a one-dimensional array to solve the following problem. A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9% of their gross...

Use C language to write your program. Not C++, but C . Show your program in a picture. ThanksArrays Sales Commissions<br>Use a one-dimensional array to solve the following problem. A company pays its salespeople on<br>a commission basis. The salespeople receive $200 per week plus 9% of their gross sales for that<br>week. For example, a salesperson who grosses $3,000 in sales in a week receives $200 plus 9%<br>of 3,000, or a total of $470. Write a C program (using an array of counters that determines how<br>many of the salespeople earned salaries in each of the following ranges (assume that each<br>salesperson's salary is truncated to an integer.)<br>a) $200-299<br>b) $300-399<br>c) $400-499<br>d) $500-599<br>e) $600-699<br>f) $700-799<br>g) $800-899<br>h) $900-999<br>i) $1000 and over<br>Focus<br>MacBook Air<br>F5<br>II<br>F8<br>F6<br>F7<br>

Extracted text: Arrays Sales Commissions Use a one-dimensional array to solve the following problem. 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 $3,000 in sales in a week receives $200 plus 9% of 3,000, or a total of $470. Write a C 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.) 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) $1000 and over Focus MacBook Air F5 II F8 F6 F7

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here