Question: Create a visual studio project in c# which has multiple forms: 1. Form 1 welcome's user and asks to press button to proceed to next
Create a visual studio project in c# which has multiple forms:
1. Form 1 welcome's user and asks to press button to proceed to next form.
2. form 2 asks the user "is it rainy today". and gives user two options. 'yes or no' then saves that input . after that user presses procced button to move to form 3.
3. form 3 asks the user "is it windy today" and gives user two options. 'yes or no' then saves that input . after that user presses procced button to move to form 4.
4. form 4 asks the user "is it sunny today" and gives user two options. 'yes or no' then saves that input . after that user presses procced button to move to form 5.
5.form 5 will contain the output message based on above three questions...system will predict if user needs an umbrella or not"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
