I created something using an array previously that basically added ShoppingItems to a ShoppingList that would be sorted by priority and then purchased using a "budget".
I am trying to change this from an array to an arraylist but am having trouble.
First, I need to create the arraylist and get the input to create the shoppingitems, which include a bunch of different input (priority, cost, name, quantity)....