// // File: Messages.java // Author: John Wang // Instructor: Dr. John Wang // Due: Wed. Sept. 5th, 2012 // Goal: THe program will out two messages public class Messages { public static void main(String[] args) { System.out.println("VWC"); System.out.println("CS"); } }