$30.00 NEW PRG 420 Version 10 Week 3 Individual Assignment - Java Programming I Screenshots, Documentation, Comments, Solid Cod
Found in Computer-Science: General-CSChapter 1, # 0
THE BEST INDIVIDUAL ASSIGNMENT YOU WILL EVER SUBMIT. PERIOD!!!
NEW PRG 420 Version 10 Week 3 Individual Assignment - Java Programming I Screenshots, Documentation, Comments, Solid Code
Simple Commission Calculation Program Part 2
Modify the Week Two Java™ application using Java™ NetBeans™ IDE to meet these additional and changed business requirements:
- The company has recently changed its total annual compensation policy to improve sales.
- A salesperson will continue to earn a fixed salary of $75000. The current sales target for every salesperson is $125,000
- The sales incentive will only start when 80% of the sales target is met. The current commission is 40% of total sales.
- If a salesperson exceeds the sales target, the commission will increase based on an acceleration factor. The acceleration factor is 1.25
- The application should ask the user to enter annual sales, and it should display the total annual compensation.
- The application should also display a table of potential total annual compensation that the salesperson could have earned, in $5000 increments above the salesperson’s annual sales, until it reaches 50% above the salesperson’s annual sales.
Sample Table: Assuming a total annual sales of $100,000, the table would look like this:
|
Total Sales |
Total Compensation |
|
100,000 |
<<Program calculated value>> |
|
150,000 |
<<Program calculated value>> |
|
200,000 |
<<Program calculated value>> |
|
250,000 |
<<Program calculated value>> |
|
300,000 |
<<Program calculated value>> |
|
350,000 |
<<Program calculated value>> |
|
400,000 |
<<Program calculated value>> |
|
450,000 |
<<Program calculated value>> |
|
500,000 |
<<Program calculated value>> |
|
..... ... 950,000 |
<<Program calculated value>> |
|
1,000,000 |
<<Program calculated value>> |
The Java™ application should also meet these technical requirements:
- The application should have at least one class, in addition to the application’s controlling class.
- The source code must demonstrate the use of conditional and looping structures.
There should be proper documentation in the source code.
- This tutorial was purchased 5 times and rated No Rating by students like you.
- Posted on Jul 11, 2012 at 3:04:20PM

Attachments:
[
Week 3/Documentation.docx
Week 3/Images/Above Sales Target.jpg
Week 3/Images/Below Sales Target.jpg
Week 3/Images/Error Checking.jpg
Week 3/Netbeans Project Folder/PRG420V10/build.xml
Week 3/Netbeans Project Folder/PRG420V10/build/built-jar.properties
Week 3/Netbeans Project Folder/PRG420V10/build/classes/PRG420V10WK3.class
Week 3/Netbeans Project Folder/PRG420V10/build/classes/SalesPerson.class
Week 3/Netbeans Project Folder/PRG420V10/build/classes/Utils.class
Week 3/Netbeans Project Folder/PRG420V10/dist/PRG420V10.jar
Week 3/Netbeans Project Folder/PRG420V10/dist/README.TXT
Week 3/Netbeans Project Folder/PRG420V10/manifest.mf
Week 3/Netbeans Project Folder/PRG420V10/nbproject/build-impl.xml
Week 3/Netbeans Project Folder/PRG420V10/nbproject/genfiles.properties
Week 3/Netbeans Project Folder/PRG420V10/nbproject/private/private.properties
Week 3/Netbeans Project Folder/PRG420V10/nbproject/private/private.xml
Week 3/Netbeans Project Folder/PRG420V10/nbproject/project.properties
Week 3/Netbeans Project Folder/PRG420V10/nbproject/project.xml
Week 3/Netbeans Project Folder/PRG420V10/src/PRG420V10WK3.java
Week 3/PRG420V10WK3.java
]