填空题

在窗体上画一个命令按钮,其名称为Commandl,然后编写如下程序: Private Sub Commandl_click() Dim a(10) As Integer Dim x As Integer For i=1 To 10 a(i) =i Next i x=1 MsgDox a(f(x) +x) End Sub Function f(y As Integer) y=y+2 End Function 程序运行后,单击命令按钮,消息框的输出结果为______。

【参考答案】

F