class SimpleArithmetic{ public static void main(String[] a){ int[] x; x[0] = 2; } }