Question: Create a C# Windows Forms Application guessing game 1) Generate a random number between 0 to 100. 2) Use a textbox to accept a number
Create a C# Windows Forms Application guessing game
1) Generate a random number between 0 to 100.
2) Use a textbox to accept a number from the user. Use a button to submit the number for checking.
3) Display "Too High" or "Too Low" or "You got it" depending on the comparison with the generated number.
4) Count the frequency of submitted number. If it is greater than 7 , then announce the game is over.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
