Welcome Program

class Welcome {
    public static void main(String[] args) {
        //for (int i = 0; i < args.length; i++)
        System.out.println("Welcome, " + args[0]);
    }
}

Comments

Popular posts from this blog

Zeller's Congruence

Property Event-Delegation

Method with variable arguments