public class Simple { public static void main(String[] argv) { System.out.println("Welcome to CS 202 to all!"); System.out.println("Welcome to Java to the C++'ers!"); System.out.println("P.S. You'll find it east of Krakatoa."); } }