Multiple Choice
Which statements about the enhanced for loop are true?
I. It is suitable for all array algorithms
II. It does not allow the contents of the array to be modified
III. It does not require the use of an index variable
A) I, II
B) I, III
C) II, III
D) I, II, III
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: Which one of the following is a
Q15: Which one of the following is a
Q27: What is the output of the following
Q41: The following statement gets an element from
Q42: Consider the following code snippet:<br>String[] data =
Q44: Which statement is true about the code
Q46: What is the output of the following
Q81: Which statement is true about the code
Q90: Consider the following code snippet: ArrayList<Integer> arrList
Q103: Is there any thing wrong with the