. Write a program to accept a number representing how many first names the user will
enter from the command line (5 names maximum), and the actual first names, from
the command line. Create an array dynamically that has the same size as number of
names. Then store the names into the array. (15 points)
A sample command line is: ./names 3 tom dick harry