Usingnbsparraysnbspcreate anbspjava programnbspwere a


Using arrays create a java program were a company that pays its sales staff on a commission basis. Each employee receives $500 per week plus 6.5% of their sales. For example, a salesperson who sells $10,000 worth of products will get a salary of 500 + (10000 * .065) or $1150 for that week.

Allow the boss to enter in the sales for 10 employees storing them in an array. Then it should display the 10 sales amounts, the 10 salaries for this pay period, and the average salary.

Possibly take in the sales, and then calculate the salaries on the print, saving time from storing them in a second array and then work finding the average into that. You have to use an array for the sales in some form. That is a key requirement.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Usingnbsparraysnbspcreate anbspjava programnbspwere a
Reference No:- TGS01663121

Now Priced at $10 (50% Discount)

Recommended (99%)

Rated (4.3/5)