单项选择题
现有如下程序: Private Sub Command1_Click() S=0 For i=1 To 5 s=s+f(5+i) Next Print S End Sub Public Function f(x As Integer) If x>=10 Then t=x+1 Else t=x+2 End If f=t End Function 运行程序,则窗体上显示的是()。
A.38 B.49 C.61 D.70
A.程序运行时会出错 B.单击图片框,在图片框中显示一幅图片 C.过程中的x是控件变量 D.单击标签,在标签中显示一串文字
A.ABCDEF B.abcdef C.AFBECD D.DEFABC