CS115 lecture notes, Spring 1999 Week 12, Monday I will have an alternate version of Chapter 12 available later today or tomorrow. For loops and internal variables -------------------------------- Be aware that if you declare a variable inside a loop, it only exists inside the loop: public static int sum (int[] a) { for (int i = 0, int total = 0; i