Question: make sure it can be run in visual studio Use an Array menuList, of the struct menultemType, such that has two components: menultem of the

make sure it can be run in visual studio
Use an Array menuList, of the struct menultemType, such that has two components: menultem of the string, and menuPrice of the type double. Your program must contain at least the following functions: Function getData: This function loads the data into the Array menuList. Function showMenu: This function shows the different items offered by the restaurant and tells the user how to select the item. . . Function PrintCheck: This function calculates and prints the check( note that the billing amount should include a 5% sales tax rate.) A sample output should look like Welcome to XXX Restaurant: Bacon and egg $2.45 $.99 $.50 $.20 $ 4.14 Muffin Coffee Tax Amount Due Format your output with two decimal points. The name of each item in output must be left justified You may assume the user selects only one item of a type
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
