A social media app is trying to show an added follower. Can you print the element at index 1 once the array list size is big enough?

Great job! We create the array list, add an element, and then print it. If we did it in a different order we'd get an index out of bounds.

Close! We create the array list, add an element, and then print it. If we did it in a different order we'd get an index out of bounds.