AP Computer Science Aeasymcq1 pt
An enhanced for loop such as for (int x : arr) iterates over
A.each element of the array
B.each index
C.every other element
D.the array itself
For-each visits elements directly.
Aeach element of the array
Practice more AP Computer Science A questions with full explanations
Practice Unit 6: Array Questions →