// Oscar is buried in Pere Lachaise cemetry. :) /* Jessica Miller, CSE 142, SEction cool This program prints a funny quote. */ public class GoodAuldOscar { public static void main(String[] args) { System.out.println("This quote is from"); System.out.println("Irish poet Oscar Wilde:"); System.out.println(""); /* System.out.println("\"Music makes one feel so romantic"); System.out.println("- at least it always gets on one's nerves Ð"); System.out.println("which is the same thing nowadays.\""); */ } }