class echo { public static void main(string[] args) { for (int i=0; i < args.length; i++) system.out.print(args[i] + " "); system.out.println(); } }