Question
Book - Introduction to Programming Using Visual Basic 11th Edition by David I. Schneider Programming Language - Visual Studio 2017 RESTAURANT MENU Write a program
Book - Introduction to Programming Using Visual Basic 11th Edition by David I. Schneider
Programming Language - Visual Studio 2017
RESTAURANT MENU Write a program to place an order from the restaurant menu in Table 4.13. Use the form in Fig. 4.70, and write the program so that each group box is invisible and becomes visible only when its corresponding check box is checked. After the button is clicked, the cost of the meal should be calculated. (NOTE: The Checked property of the first radio button in each group box should be set to True in its Properties window. This guarantees that a selection is made in each visible group box. Of course, when the cost of the meal is calculated, only the visible group boxes should be considered.)
See Fig. 4.71.
Table 4.13 Menu of Oceanside Burgers & Fries.
Burgers | Fries | Drinks |
---|---|---|
Regular (4.19) | Small (2.39) | Soda (1.69) |
w/ cheese (4.79) | Medium (3.09) | Bottled water (1.49) |
w/ bacon (4.79) | Large (4.99) | |
w/ bacon and cheese (5.39) |
Figure 4.70 Form for Programming Project 5.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started