I am trying to make a program for my java course and it is supposed to hold basic inventory items for an office supply store. My instance variables are:
String itemNumber;
integer quantityOnHand; ...