APCSA/U2/L2/U2_L2_Activity_Two.java
2026-02-03 10:03:15 -07:00

10 lines
309 B
Java

/* 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"
);
}
}