单项选择题下列程序的运行结果为( )。Dim a(-1 To 6)For i=LBound(a,1)To UBound(a,1)a(i) = iNext iPrint a (LBound(a,1));a(UBound(a,1))
单项选择题下列有关子菜单的说法中,错误的是( )。