As I understand it, an object or variable only continues to exist within the brackets that its created in. So if a create an int in a for loop, it will be destroyed outside of the loop. But what if I wanted it to exist beyond that. What if you would know outside of the for loop what types of variables would be created or how many because it depends on user input?