• 2022-05-30
    以下代码段的输出结果是________。int i = 1, b, c; int[] a = new int[3]; b = a[i]; c = b + i; System.out.println(c);[/i]