June 1, 2014 Matthew Maennche Java, Learn To Code 20825, Java LANGUAGE: JAVA CHALLENGE: Given an ArrayList a, write an expression that refers to the first element of the ArrayList. SOLUTION: a.get(0)