AP Computer Science Aeasymcq1 pt
Traversing an ArrayList with a for loop that needs indexes uses
A.an index variable from 0 to size minus one
B.an enhanced for loop
C.a while loop with no counter
D.a single get call
Indexes let you read and write.
Aan index variable from 0 to size minus one
Practice more AP Computer Science A questions with full explanations
Practice Unit 7: ArrayList Questions →