CSCI 161:
Introduction to Programming I
Spring 2007
Shopping Cart (arrays)
Due Wednesday, May
2nd at midnight
Implement a program that implements a shopping cart as an
array of items, as explained in the attached problem description.
You will need three files for this project: Item.java,
ShoppingCart.java, and Shopping.java.
Item.java and the beginning of ShoppingCart.java can be downloaded from
the class webpage (under Assignments, Lab 9).
You will add code to ShoppingCart.java as specified, and write code for
Shopping.java.
Submit this lab as shopping.