class Test { public static void main(String[] args) { int i; int[] iA = {10,20}; iA[i] = i = 30; } }