week 3 java program ii db
Please review the instructions for the Phase 3 IP and respond to the following questions:
Phase 3 Individual Project
|
|
Deliverable Length: | 1 Zipped NetBeans project |
Details: |
Weekly tasks or assignments (Individual or Group Projects) will be due by Monday and late submissions will be assigned a late penalty in accordance with the late penalty policy found in the syllabus. NOTE: All submission posting times are based on midnight Central Time. It is time to enhance the application to read the sales representative data file and process. They are interested in identifying their star performers in their sales force. Management would like to create a group of these star performers for a few reasons. They would like these stars to mentor the rest of the sales force, and they would like to reward their success. Sales representatives in the stars group have sold at least $8,000 in products. Application requirements: Expand your application to include an EVALUATE button. Each time the EVALUATE button is selected, the sales representative data will be read and the amounts sold in SUPPLIES, BOOKS, and PAPER will be totaled. If the amount sold on all three categories is greater than or equal to (>=) $8,000, write the sales representative data to a new file, stars.txt. These sales representatives will receive a bonus to demonstrate appreciation for a job well done. Your stars.txt file should not be opened for appending each time the application is run. Independent line separators should be used in the output file. The code should be well commented. An example of the format of your stars.txt file:
This functionality is in addition to functionality coded for the previous assignments. The application is enhanced with additional functionality during each iteration phase. Be sure you use the debugger if at first you do not observe the results expected. Intermediate-level Java programming should be demonstrated:
|