1. Create a program that outputs command-line arguments:
(1) Create a program that outputs every command-line argument, then displays the arguments and their number.
(2) You should use the array variable length to retrieve the length of the array.