Write code that generates a random odd integer (not divisible by 2) between 50 and 99 inclusive. What are the values of the sub-expressions labeled A, B, and C below. Random rand = new Random(): int n = rand.nextInt(A) • B + C; a. A=25, B=2, C=51 b. A =50, B =1, C=49 c. A= 25 B=2, C=1 d. A=49, B=2, C=1