The Java application should also meet these technical requirements:
- The application should have at least one method, in addition to the application’s “main” method.
- The source code must demonstrate the use of conditional and looping structures.
- There should be proper documentation in the source code.
Submit your Java application file using the Assignment Files tab.
NOTE:
- Submit only your .java file. You will earn a grade of 0, if you submit your .class file only.
- Do not use GUI and/or Option panes. You will earn a grade of 0, if you do.
- 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 method, in addition to the application’s “main” method.
- There should be proper documentation (commenting) on the source code, expaining what the code is doing, where the classes and methods are starting and ending.
- The application should ask the user to enter annual sales, and it should display the total annual compensation.
Submit your Java application file using the Assignment Files tab.
NOTE:
- Submit only your .java file. You will earn a grade of 0, if you submit your .class file only.
- Do not use GUI and/or Option panes. You will earn a grade of 0, if you do.