You will get email Reply within few hours

Tuesday, 28 May 2013

Implement a simple Grocery Store Program



Implement a simple Grocery Store Program

It should display the items on sale,
assist the shopping process such as add/remove items to/from the shopping
cart and check out the purchase. On completion of a checkout,
It should produce a bill on screen,
listing the items bought and the amount to be paid for the purchases.

Download link of the zip file:
http://wikisend.com/download/292122/Assignment.zip

* The only file that need to be modify are:
- Stock.java
- Cart.java
- GroceryStore.java


OR