yeidiyan1088 yeidiyan1088 25-11-2022 Computers and Technology contestada Assume a random number generator object named randGen exists. Which expression is most appropriate for randomly choosing a day of the week? a. randGen.nextInt(1); b. randGen.nextInt(6); c. randGen.nextInt(7); d. randGen.nextInt(8); JAVA