I also need help on writing this program. Hehehe I'm new at this.<br><br>Use a single-subscripted array to solve the following program. 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 $5000 in sales in a week receive $200 plus 9% of $5000, or a total of $650.<br>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 saleperson's) salary is truncated to an integer amount:<br> 1. $200 - $299<br> 2. $300 - $399<br> 3. $400 - $499<br> 4. $500 - $599<br> 5. $600 - $699<br> 6. $700 - $799<br> 7. $800 - $899<br> 8. $900 - $999<br> 9. $1000 and over<br><br>The help is appreciated. Thank you