Hi all, I have created a basic guessing game as follows:


package latesttasks;
// Create a basic guessing game, user has to guess 1 - 10, system prints
// higher, lower, or correct. When...