Saturday, February 18, 2006

Demo.java



      public class Demo {
    public static void main(String[] args) {
    
        System.out.println("You entered " + args[0]);
    }
}


0 Comments:

Post a Comment

<< Home