Solutionunvalidated
keep a `List ticketsPurchased`, where the index of each `Integer` maps to the name in the list of buyers with the same index — for now. Outcome: create a User class to keep the name and tickets purchased together in a single data structure.
492c7370-224b-4454-a83c-b1c8ee943c82
keep a List ticketsPurchased, where the index of each Integer maps to the name in the list of buyers with the same index — for now. Outcome: create a User class to keep the name and tickets purchased together in a single data structure.