can this be done in visual basic
Details Write a program to place an order at the world-famous restaurant IDCUD. The below table contains the menu items and prices Burgers Regular (4.19) w/cheese (4.79) w/bacon (4.79) w/bacon and cheese (5.39 Fries Small (2.39) Medium (3.09) Large (4.99) Drinks Soda (169) Bottled Water (1.4) Using the below screen images as guidelines, design the program so that the visibility of each group box is controlled by its corresponding checkbox For example, when the Burgers checkbox is clear (unchecked the Choices for Burgers groupbox should be invisible; when it is checked the groupbox should be visible. Available Menu OX Burgers Choices for Burger Regular (419) cwcheese (4.79) C w bacon (4.79) w/ bacon and cheese (539) Fries Compute Cost of Meal Drinks Choices for Drinks Soda (169) Bottled water (149) Cost of meal: $5.88 Burgers Choice for Fres Smol2.30) Medium (300 Lowe (459) Compute Cost of Meal De Choice for Drinks Soda (100) Bottled water (140 Cost of meal 1400 After the Compute Cost of Meal" button is clicked, the cost of the meal should be calculated. Only include the price of an item if its groupbox containers visible de category checkbox is checked) Note: The checked property of the first radio button in each group box should be set to True in the Properties window. This guarantees that a selectid made in each visible group box A7: Point of Sale -/25 Point Calculated by: Most Rece Due: Sun Feb 7.2021 11:00pm Unlimited Attempts Available v Details Write a program to place an order at the world-famous restaurant IDCUD. The below table contains the menu items and prices. Burgers Fries Drinks Regular (4.19) Small (2.39) Soda (1.691 w/cheese (4.79) Medium (3.09) Bottled Water (1.49) w/bacon (4.79) Large (4.99) w/bacon and cheese (5.39) Using the below screen images as guidelines, design the program so that the visibility of each group box is controlled by its corresponding checkbox For example, when the Burgers checkbox is clear (unchecked the Choices for Burgers groupbox should be invisible; when it is checked the groupbox should be visible - Menu Burgers Choices for Burgers Regular (419) w cheese (479) w bacon (4 799 wananchi 6 w M Free Choices for Fries Small (230) Medium (3:09) Large (499) Compute Cout of Meal Dink Choices for Drinks Soda (1.69 Bottled water (149) Cost of meat 408 After the "Compute Cost of Meal" button is clicked, the cost of the meal should be calculated. Only include the price of an itemit its groupbox container is visible le category checkbox Is checked). Note: The checked property of the first radio button in each group box should be set to True in the Properties window. This guarantees that a selection is made in each visible group box