Don't declare it *in* your loop, but at the beginning of your program. For instance, if you're using an array of type int, and your loop counts from zero to 11 (meaning 12 possible entries in the...