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

Practical 5 - ASP.NET

Fabonnaci series using recursion