May 16, 2014 Matthew Maennche Java, Learn To Code 20505, Java LANGUAGE: JAVA CHALLENGE: Suppose your name was Alan Turing. Write a statement that would print your last name, followed by a comma, followed by a space and your first name. SOLUTION: System.out.println("Turing, Alan");