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.