Let’s consider there will be 5 delicious food available at your new restaurant which will open by the

end of 2016. To make the cashier's job easier, build a C++ console application to automate the process

of billing on a daily basis.

Specifically, the billing system must be able to perform the following tasks:

 The main menu should clearly display the name of your restaurant. Give a name for your

restaurant.

 Displays the list of food available, and allows the cashier to select the food ordered by the

customer

 Calculates the total amount to be paid

 Prints the bill

You MUST implement classes and objects in your program. Other programming routines such as

input/output, functions, if/else statements, loops, arithmetic calculations or any other features which

are not taught in class can be used as well.