Question: using C++ language by visual studio if you can. A restaurant wants an app that calculates a table's bill. The app should display all the
using C++ language by visual studio if you can.

A restaurant wants an app that calculates a table's bill. The app should display all the menu items in four ComboBoxes. Each ComboBox should contain a category of food offered by the restaurant (Beverage, Appetizer, Main Course and Dessert). The user can choose from one of these ComboBoxes to add an item to a table's bill. As each item is selected in the ComboBoxes, add the price of that item to the bill. The user can click the Clear Bill Button to restore the Subtotals. Tax: and Total: fields to dollar0.00
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
