1: //GroceryItem.java 3: public class GroceryItem 4: { 5: public String itemName; // Name of item 6: public int priceDollars; // Price of item 7: }