// (c) 1998 duane a. bailey import element.*; public class PrintLine { public static void main(String args[]) { ConsoleWindow c = new ConsoleWindow(); c.out.println("``Watson, come here!"+" I want you!''"); c.out.println("\t\t-Alexander Graham Bell"); } } /* ``Watson, come here! I want you!'' -Alexander Graham Bell */