The Restaurant has a name (String), a menu (list of Entrees), an inventory
(list of Food), and an amount of cash on hand, measured in pennies (int)
This class facilitates orders being placed, deliveries being made to the
inventory, and entrees being added to the menu.