$10.00 Farmer's Market Application HELP
- From Computer-Science: Programming-Methods , Computer-Science: Compilers
- Closed, but you can still post tutorials
- Due on Mar. 01, 2011
- Asked on Feb. 01, 2011 at 01:03:45AM
I'm trying to add a subclass to include the name of the farm and also to turn the grand total purchase price to include 7% tax. I added the code in, however, its not compiling. I just need someone to tell me where I'm going wrong and what I should do to fix it. (please remember I'm a beginner) Here are the instructions. Modify the Farmers Market Program by creating a subclass of the product storage class which stores the name of the Farm the product was purchasedfrom. In the subclass, create a method to calculate the total value of the entire purchases. The subclass method should also contain a method which adds a 7% food tax to the value the total purchases. - Modify the receipt to display the Farm name you have chosen and the food tax. The receipt should also display the total value with the food tax added in.
- This tutorial hasn't been purchased yet.
- Posted on Feb 01, 2011 at 2:01:50PM

Attachments:
[
Version1/Cherries.java
Version1/FarmCherries.java
Version1/FarmersMarket.java
]
[
Version2/Cherries.java
Version2/FarmCherries.java
Version2/FarmersMarket.java
]