
Mom's has a patron, Frank, who we call theRegular. Frank loves meatloaf! The cook, Vladimir, has a gas stove on which he cooks batches of soup.
This week you will be defining new classes to represent these ideas, and will be creating instances of these objects and setting their fields.

// Create an instance of the Restaurant class.
// Set field values of Moms.
// Set field values of the dinner menu.
// Set field values of the lunch menu.
// Set field values of the owner.
// Set field values of the bread oven.
// Set field values of the gas stove.
// Set field values of the regular.
