public class Lincoln { public static void main(String[] args) { System.out.println("This program prints a"); System.out.println("quote from the Gettysburg Address."); System.out.println(); System.out.println("\"Four score and seven years ago,"); System.out.println("our 'fore fathers' brought forth on this continent"); System.out.println("a new nation.\""); } }