[SOLVED] Annual compensation calculator

30.00 $

Programming resource
, Digital learning resource
Categories: ,
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

4.8/5 - (5 votes)

Write a Java™ GUI application using NetBeans™ Integrated Development Environment (IDE) that calculates the total annual compensation of a salesperson.Consider the following factors:
•The calculator should allow user to enter the amount of sales
•The calculator should allow user to select the level of commission rate from a list of pre-defined commission rate. The three choices in the list are:
◦Entry member = 3.5%
◦Journeyman member = 6.75%
◦Senior member = 11.25%
•The calculator should display the amount of commission in dollar, based on the amount of sales entered and the commission rate selected.
•The Java™ application should meet these technical requirements: ◦The application should have at least one class, in addition to the application’s controlling class (a controlling class is where the main function resides).
◦There should be proper documentation in the source code.the “Guidance to Completing Week Two Individual Assignment” document.Write a Java™ GUI application using NetBeans™ Integrated Development Environment (IDE) that calculates the total annual compensation of a salesperson.Consider the following factors:
•The calculator should allow user to enter the amount of sales
•The calculator should allow user to select the level of commission rate from a list of pre-defined commission rate. The three choices in the list are:
◦Entry member = 3.5%
◦Journeyman member = 6.75%
◦Senior member = 11.25%
•The calculator should display the amount of commission in dollar, based on the amount of sales entered and the commission rate selected.
•The Java™ application should meet these technical requirements: ◦The application should have at least one class, in addition to the application’s controlling class (a controlling class is where the main function resides).
◦There should be proper documentation in the source code.

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.