Can you order this code so it'll create the ArrayList, add a string, retrieve and display it?

Sweet! We declare and initialize list. Then we add the string, retrieve it with get() and print it.

Oh noes! We declare and initialize list. Then we add the string, retrieve it with get() and print it.