Question: Use Visual Studio to do it please show all your work. Lab #6: Ice Cream 25 Points Develop a form that lets the user do
Use Visual Studio to do it please show all your work. Lab #6: Ice Cream 25 Points Develop a form that lets the user do the following: . Specify the number of scoops (1 to 3) using a ScrollBar, and display the specified number in a Label named lblScoops. .Select the type of sundae 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- S0.50 o Amount due cost of sundae 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 easy 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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
