/* Program to test command line input * Carsten Butz, September 2002 */ class CommandLineArgument{ public static void main(String[] args){ System.out.println("You typed:"); for(int i = 0; i