In this lesson, students will learn how to traverse ArrayLists. For ArrayLists, instead of using .length
and brackets ([]
) to access the elements in a list, size()
and get()
will be used. This lesson corresponds with AP Computer Science A topic 7.3.
Students will be able to:
These are all the activities included in the lesson