May 28, 2014 Matthew Maennche Java, Learn To Code 20875, Java LANGUAGE: JAVA CHALLENGE: Given the String variable address, write an expression that returns the position of the first occurrence of the String “Avenue” in address . SOLUTION: address.indexOf("Avenue")