Which replacement(s) for /* some value */ will always result in the correct execution of the findMin method?
I. Integer.MIN_VALUE;
II. Integer.MAX_VALUE;
III. arr[0];
A. I only
B. III only
C. I and III only
D. II and III only
E. I, II, and III