estebancarreonjr estebancarreonjr 03-12-2020 Computers and Technology contestada Looking at the code below, what are the possible values that could be generated? (Assume Random has been imported with a new Random object). int randomInt = rand.nextInt(2); randomInt = randomInt + 1; System.out.print(randomInt);