填空题

执行下面的程序段,输出结果为 【8】
public class Q

public static void main(String argv[]

int anar[]=new int [5];
System.out.println(anar[0];

【参考答案】

0