I need help with a project.
The project utilizes the random number generator. What I have to do is get the player to set the min and max numbers of the game, and then a random number must be generated and the user has to guess what the number is. Once the user guesses the number, a box of *'s appears. So say the random number that was guessed was 5, and the amount of guesses the user took to get there was 7. The *'s would form a box that was 5 *'s across and 7 *'s long. At the very end, the program needs to ask if the user would like to replay, and if they answer yes, the same min and max numbers must be kept and the user can play again.
I'm very lost about this program. I know I have to use the Scanner and Random classes, as well as the loops, but I am very lost as to how to start this program, or even write it? It someone could help me write it that would be awesome. Thank you!