Write a program that allows the user to play a simple guessing
game in which your program thinks up an integer between 1 and 100
and allows the user to make guesses until the user gets it
right. (The program also counts how many tries it took to get
the correct number). For each incorrect guess, you will tell
the user whether the right answer is higher or lower. write a java program