填空题

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

【参考答案】

F