Salesperson Java Application Part I

Write a console based, non-GUI (not a Graphical User Interface application) Java program using NetBeans (or similar) Integrated Development Environment (IDE) a that calculates the total annual compensation of a salesperson. Consider the following factors:
A salesperson will earnWrite a console based, non-GUI (not a Graphical User Interface application) Java program using NetBeans (or similar) Integrated Development Environment (IDE) a that calculates the total annual compensation of a salesperson. Consider the following factors:
A salesperson will earn a fixed salary of exactly $30,000.
A salesperson will also receive a commission as a sales incentive. Commission is a percentage of the salesperson’s annual sales. The current commission is 8% of total sales.
The total annual compensation is the fixed salary plus the commission earned.
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). This means you must write and use at least two classes to meet the requirements. Simply using a second class that somebody else wrote does not meet the requirement (see the student material within the Week 2 Supporting Activity “Discussion of a Three Class Example” to understand how to write multiple classes).
There should be proper documentation in the source code including any references used (references used should be in a “References” section of comments at the end of your file).
The application should ask the user to enter annual sales, and it should display the total annual compensation. a fixed salary of exactly $30,000.
A salesperson will also receive a commission as a sales incentive. Commission is a percentage of the salesperson’s annual sales. The current commission is 8% of total sales.
The total annual compensation is the fixed salary plus the commission earned.
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). This means you must write and use at least two classes to meet the requirements. Simply using a second class that somebody else wrote does not meet the requirement (see the student material within the Week 2 Supporting Activity “Discussion of a Three Class Example” to understand how to write multiple classes).
There should be proper documentation in the source code including any references used (references used should be in a “References” section of comments at the end of your file).
The application should ask the user to enter annual sales, and it should display the total annual compensation.

Order from us and get better grades. We are the service you have been looking for.