Develop a program to store names in a one-dimensional array. The program
should initially create a one-dimensional array which holds 10 String values.
As the user enters names one by one, each name will be stored in the array.
Whenever the array becomes full, create a new array that is twice the size of the
previous array, copy the data over to the new array, and continue input.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here