Line Output
This prints out a message, then the :
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
for (int i=0; i < argv.length; i++)
System.out.print(argv[1] + " ");
System.out.print("\n");
System.exit(0);
}
}
|