/**PrintArgs - a java application that prints arguments passed to it*/ /**Author: Lynne Grewe */ /**Date: June, 1996*/ public class PrintArgs { public static void main ( String args[]) { int i; if(args.length == 0) {System.out.println("No arguments passed"); } else for(i=0; i