This is a program will automatically pick a number between 1 and 100 and the user will have to guess the number. As the user guesses, they will be told if the number they guessed is lower or higher than the actual number and then will be given the opportunity to guess again until they get it correct. It will also show the user the numbers guess in order to that point.
This program should be excuted from Main.java
I wrote this program to demonstrate the skills I am learning as I study Java.
- Visual Studio Code
- Coding Pack for Java - Windows - Download Here
- Git / GitHub
{This is a list of websites that I found helpful in this project}
{Make a list of things that you need to fix, improve, and add in the future.}
- Develop better logic to test for non-numerical inputs
- Add the ability for the user to set the lower and upper number limits for the random number generator