Welcome to Westonci.ca, where you can find answers to all your questions from a community of experienced professionals. Ask your questions and receive precise answers from experienced professionals across different disciplines. Our platform offers a seamless experience for finding reliable answers from a network of knowledgeable professionals.

Assume rand has been declared as an object of the random class. Consider the following statement:

int randomNum = rand. NextInt(5);

Which set or sets of integers represent possible values for randomNum? (3 points)

0, 1, 2, 3, 4

0, 1, 2, 3, 4, 5

0, 5

a. I only

b. II only

c. III only

d. I and III only

e. II and III only