public class Demo2 { public static void main(String[] args) { for (int i = 0; i < args.length; i++) System.out.println("You entered " + args[i]); } }
posted by George at 2/18/2006 03:52:00 PM
Post a Comment
<< Home
View my complete profile
0 Comments:
Post a Comment
<< Home