Great! n and myNumbers don't even exist outside of the braces of the for loop and the process() method. That's called a scope.
n
myNumbers
process()
Are you sure that we can access this variable from addFive()?
addFive()