单项选择题阅读下面的程序: public class Person int arr[ ]=Hew int[10]; public static void main(String args[ ]) System.out.println(arr[1]); 正确的说法是______。
单项选择题以下for循环的执行次数是 ( )for(int x=0,(x==0)&(x>4);x++);