Question: Show all your work and please use Visual Studio to do it. Lab #6: Ice Cream 25 Points Develop a form that lets the user
Show all your work and please use Visual Studio to do it. Lab #6: Ice Cream 25 Points Develop a form that lets the user do the following .Specify the number of scoops ( to 3) using a ScrollBar, and display the specified number in a Label named IblScoops. Select the type of sundac from a list of sundaes displayed in a ComboBox, sorted alphabetically. The three types are: Ice Cream, Custard, and Yogurt. Because the list of items may change over time, do not assume there are only three and, for example, the third will remain as Yogurt. Use a CheckBox to specify whether the user wants nuts for topping Compute the amount due . . o Assume the sundaes' costs are: . Ice Cream-$3.50 . Custard-$3.75 " Yogurt-$4.00 Nuts- $0.50 o Amount due- cost of sundac number of scoops+ cost of nuts Do not use defaults for items to be specified by the user. Defaults make it difficult to check whether the user forgot an item. Follow the guidelines to make a program that is easy to understand, easy to maintain, and casy to reuse. Use appropriate data types and names for variables. Do not forget to add the Program/Author block at the beginning of your source code. Submit a copy of the code and the executable to Moodle
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
