Answered step by step
Verified Expert Solution
Question
1 Approved Answer
JAVA. 1. Exercise 3.19 on Textbook page 107. Remember to use some selection or repetition statements. Hint: items are predefined and the number of each
JAVA.
1. Exercise 3.19 on Textbook page 107. Remember to use some selection or repetition statements. Hint: items are predefined and the number of each item could be any. 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've been supplied with a list of the items sold by each salesperson. The values of these items are shown in below figure, develop a Java application that inputs one salesperson's items sold for last week and calculates and displays that salesperson's earnings. There is no limit to the number of items that can be sold. Item Value 239.99 129.75 99.95 350.89 Show a few running results in a word documentStep 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