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

Explanation

Core Concept

For-each visits elements directly.

Correct Answer

Aeach element of the array

More Unit 6: Array practice questions

Try a random question →

Practice more AP Computer Science A questions with full explanations

Practice Unit 6: Array Questions →