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