I’m trying to remove an object from an ArrayList. Each Item object has 3 attributes; 1. itemNum 2. info 3. cost. I also have 3 classes, 1. Item class defines the single item
Use ArrayList.remove()
Make sure you have overridden equals in your object class.