/* Lesson 2 Coding Activity Question 2 */ public class U2_L2_Activity_Two { public static void main(String[] args) { System.out.println( "\"That brain of mine is something more than merely mortal; as time will show.\"\nAda Lovelace\nThe first computer programmer" ); } }