I need to set up a function that will read in an array when the user inputs the list of numbers to be inputted into the array separated by spaces. The function I set up will only use the first number into the first array and the second number into the second array, ect. How do I do this?