Cafe Menu Project

This project was mainly about learning to put in objects into an array anonymously, something that I got a lot more practice in with C# projects in class. It has an array list with 8 different objects from a class that constructs an item with a name, category, price, and quantity. Then after the program goes through setting up the array list, it prints out the whole menu. After printing, the user chooses what specific category the user wants to look at and then goes into a switch statment that prints out all of the items from that category.

Program Run

Main Class Code

Cafe Inventory Code