Well, can you post ALL of your code. I can see a problem right away, you have 3 opening brackets, but only 1 closing.

int[] numberOfYears = new int[3];
numberOfYears[0] = 7;
...