Maurice Tutor

(5)

$15/per page/Negotiable

About Maurice Tutor

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Algebra,Applied Sciences See all
Algebra,Applied Sciences,Biology,Calculus,Chemistry,Economics,English,Essay writing,Geography,Geology,Health & Medical,Physics,Science Hide all
Teaching Since: May 2017
Last Sign in: 398 Weeks Ago, 3 Days Ago
Questions Answered: 66690
Tutorials Posted: 66688

Education

  • MCS,PHD
    Argosy University/ Phoniex University/
    Nov-2005 - Oct-2011

Experience

  • Professor
    Phoniex University
    Oct-2001 - Nov-2016

Category > Computer Science Posted 27 Aug 2017 My Price 14.00

overridden method

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

Answers

(5)
Status NEW Posted 27 Aug 2017 10:08 AM My Price 14.00

Hel-----------lo -----------Sir-----------/Ma-----------dam-----------Tha-----------nk -----------You----------- fo-----------r u-----------sin-----------g o-----------ur -----------web-----------sit-----------e a-----------nd -----------and----------- ac-----------qui-----------sit-----------ion----------- of----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n.P-----------lea-----------se -----------pin-----------g m-----------e o-----------n c-----------hat----------- I -----------am -----------onl-----------ine----------- or----------- in-----------box----------- me----------- a -----------mes-----------sag-----------e I----------- wi-----------ll

Not Rated(0)