Write an argecho program that prints its command-line arguments, not including the argecho name. Put a space after each argument. Exception: Put a newline after the last argument. For example, argecho hi there will print hi, a space, there, and a newline.