If you have an initialized array that holds 9 numbers. And you want the program to prompt a user to input another number for the array to hold. Is this possible?
In output I get the 9 initialized numbers and then 0 instead of the number I tried to input.