CSC 273-Data Structures

Dr. R. M. Siegfried

Assignment #2 - Using a Shopping Bag

Due Friday, September 27, 2019

You are going to set up a small shopping system, where you are going to implement a "shopping bag" subject to the following specifications:

Make sure your code is well documented. Use the methods that are available in the Bag class.

[Back to the Assignments Page]