Question: c++ 1) Write a C++ program using the Class keyword to help a local restaurant automate its breakfast billing system. (60 points) The program should
1) Write a C++ program using the Class keyword to help a local restaurant automate its breakfast billing system. (60 points) The program should do the following: 1. Show the customer the different breakfast itemsis offered by the restaurant b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill. Assume that the restaurant offers the following breakfast itens (the price of each item is shown to the right of the item) .S1.45 ..52.45 Mens Plain Egg... Bacon and Egg............ Muffin....... French Toast... Fruit Basket.. Cereal....... Coffee....... .S0.99 ..S1.99 -S2.49 ..50.69 so. So Usein kysy, menulist of the Class menuitemType, your program must contain at least the following functions Function getDate: This function loads the data into the tray menulist Function show Me: This function shows the different items offered by the restaurant and tells the ser how to select the items. Function printCheck This function calculates and prints the check. (Note: that the billing amount should include a 5% tax) Format your output with two decimal places MacBook Pro D $ % &
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
