Question: Create code that creates the appropriate variables required define the maximum number, minimum number, randomly generated number ( you will need to research this )

Create code that creates the appropriate variables required define the maximum number, minimum number, randomly generated number (you will need to research this), and the user entered number. Create the code that will generate a random number between 1 and 10. Use an If Statement to decide if the entered number matches the randomly generated number. If they match, display a message congratulating the user and display the correct answer. If they do not match, display an alternate message and what the number was.Now you will need to enhance your code to prevent anything other than an input of 1 to 10 being entered. Do this by creating a, or multiple if statements. This could tell the user a valid input was detected and run the IF Statement from Part 1. If anything, other than a number between 1 and 10 is entered, the code should notify the user that the input is invalid, and the code should simply terminate.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!