Your task for this assignment is to extend the "Vending Machine" you wrote for assignment seven to add the ability to hold the snacks that you implemented in assignment 8 (i.e. combine the seventh and eighth assignments). The resultant vending machine class should hold 100 snacks.
Your program should present the user with a menu of choices ("Add money", "Vend", and "Restock" as before in assignment seven - with appropriate modifications) and process the user's choice until he/she selects "Quit'. Utilize good modularity and object-oriented design/programming in your solution