Like an array, the indices of an array list start at 0.

Can you get the first element from the friends array list?

That's right! Just like an array, we can get elements using .get().

Oh noes! Here's a hint: friends.get(1) gets "Amy".