/**
 * CS1101 Lab 04 Ex 2: CartItem.java
 *
 * <fill in your discussion group here>
 *
 * This is a class used to store information.
 **/

public class CartItem
{

}

