Sw wizard java project 2
Modify your implemented classes to include the overridden method, computeSales(), that computes the current sales in each of the following categories:
- Supplies = office supplies sold dollar amount + books sold dollar amount + apparel sold dollar amount
- Services = number of hours * rate per hour
- Paper = number of pounds * price per pound
- Modify your pseudocode from the Phase 2 Discussion Board to include any improvements that were suggested through the discussion. Update your design document with these improvements. Implement your sales tracker application.
- Implement your sales tracker application according to your pseudocode.
- Test your application, and provide screenshots demonstrating that your application runs.
Intermediate-level Java programming should be demonstrated in your application:
- There should be implemented constructors for each class.
- The toString() method should be overridden to provide readable string representation of each object.
- Getters and setters need to be implemented to enforce data hiding.
- Code should be fully commented.
- Program flow should be logical.
- Behavior should be encapsulated into methods avoiding all encompassing large main() methods.
- Projects should be developed in NetBeans and zipped prior to submission.
- Code should compile and run free of exceptions, indicating that debugging tools were used to eliminate any run time errors.
Submit the following:
- Zipped NetBeans project
- Design document
- Screenshots
Declare variables
Input account ID
Input supplies sold
If supplies sold >= 0.0
suppliesSold = input
Else
Print “Supplies sold must be >= 0.0”
Input books sold
If books sold >= 0.0
booksSold = input
Else
Print “Books sold must be >= 0.0”
Input apparel sold
If apparel sold >= 0.0
apparelSold = input
Else
Print “Apparel sold must be >= 0.0”
suppliesTotal = suppliesSold + booksSold + apparelSold
Input hours worked
If hours >= 0.0
hoursNumber = input
Else
Print “Hours worked must be >= 0.0”
Input hourly rate
servicesTotal = hoursNumber * hoursRate
Input pounds of paper sold
If paper sold >= 0.0
paperSold = input
Else
Print “Paper sold must be >= 0.0”
Input price per pound of paper sold
paperTotal = poundsSold * pricePerPound
Print “The current sales balance of account number “ + accountID + “is:”
Print “Supplies: “ + suppliesTotal
Print “Services: “ + servicesTotal
Print “Paper: “ + paperTotal
System Exit
13 years ago
20
Purchase the answer to view it

- javaproject2.zip
- how can i find the slop that passes through the given points 4,7 and 6,10
- W9 2
- Who can help
- y=10+3x
- Refund to ebrown2430
- why does it matter that the story of jesus christ is not unique?
- What is the Net force acting on an object falling with a Fgravity= 10N and Fair= 4N? Is this object...
- ik heb een soort project, organisatie kunde (portfolio) die moet worden voltooid. wie kan mij helpen? deadline volgende week donderdag...
- The organization that you work for has been thinking about implementing one of the following performance measures:
- Describe the following characteristics of the graph of each parent function: domain, range, intercepts, symmetry, continuity, end behavior, and intervals...