Program 25

Write an application that will perform a number guessing game. Your application will allow a player to guess a number between 1 and 100. In your application, you will have a random answer, say "70". Your game should prompt the user(using a textbox) for a guess. A command button should be the event which will check the guess against the answer. Your application should produce the following answers:

SecretNumber should be assigned a random number in the Form_Load procedure.

Turn in code, flowchart, and form image.

 

 

Back to Main Page