Java programming
Question
Can anyone help me with Java programming? This is the problem:Exercise 3.19 JHTP (Sales Commission
Calculator): A large 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 sells $5,000 worth of merchandise in a week receives $200 plus 9% of $5,000, or a total of $650. You have been supplied with a list of the items sold by each person. The values of these items are as follows:
Item Value
- $239.99
$129.75
$99.95
$350.89
Develop a Java application that inputs one salesperson’s items sold last week and calculates and displays that sales person’s earnings. There’s no limit to the number of items that can be sold.