Create a guessing game where the user enters an integer


Question: Create a guessing game where the user enters an integer between 1 and 10.

The computer generates a random number between 1 and 10 and then compares the player value to the computer generated value. If the values match the player WINS!

Show enough text at the start of the game (when the script runs) to describe the purpose of the game to the user. Assume that the player runs the game with no notion of what it does.

I am not sure where to start on this one. Can anyone help me?

 

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Create a guessing game where the user enters an integer
Reference No:- TGS0952094

Expected delivery within 24 Hours