What my INTENTION is, is to have a user input an integer, then according to that integer, a set of variables or array or list or something created containing the user's input for each of the items.
Example: The user inputs the number 6, so a loop is created asking the user for a number 6 times, and then each answer is inserted into an array. The next time, the user inputs the number 7, so this time, the user is prompted 7 times.
How would I accomplish this?

