public class GroceryList { //variables private int count; private Item list[]; public final int MAX = 30; //default public GroceryList(){