填空题

执行下面的程序段,输出结果为 【7】
public class Q public Static Void main(String args[])

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

【参考答案】

0