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