im trying to generate a random number and have the user guess it until they get it right here is the code:



import java.util.Scanner;
import java.util.Random;
public class Welcome
{...