Build a Guessing Game Application using Java
16 ratings

Use the Java Scanner class to input data from the user and store it in a variable.
Employ a Java decision construct to compare a guess with a random number.
Use a while loop to allow for more than one guess.