Question: In these steps, you create a GUI application for the Chatterbox Diner that allows a user to enter a day and see the special meal
In these steps, you create a GUI application for the Chatterbox Diner that allows a user to enter a day and see the special meal offered that day. Creating the program provides experience using an enumeration in a switch structure. 1. Open a new project in Visual Studio, and name it DailySpecial 2. Design a Form like the one in Figure 4-27 that prompts the user for a day number and allows the user to enter it in a TextBox. Name the TextBox dayBox and the Button specialButton. In these steps, you create a GUI application for the Chatterbox Diner that allows a user to enter a day and see the special meal offered that day. Creating the program provides experience using an enumeration in a switch structure. 1. Open a new project in Visual Studio, and name it DailySpecial 2. Design a Form like the one in Figure 4-27 that prompts the user for a day number and allows the user to enter it in a TextBox. Name the TextBox dayBox and the Button specialButton
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
