Skip to content

cfortune1975/itss4381

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITSS4381 Restaurant

We will use the following classes to complete this assignment. Feel free to add more variables if needed. Avoid making drastic changes to existing variables.

Table : status, number of max seats, number of guests if a party is seated, order if the party has ordered

MenuItem: itemCode Name price

Menu : list or dictionary of MenuItem(s)

Order : a list of MenuItem(s) ordered at a table (it need not have info about which table it belongs)

Read the configuration file as well as menu file and create the necessary objects / list of objects, then proceed to read the activities from the user and process them one at a time.

About

ITSS 4381 Peer Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages