A-A+

下列程序的输出结果为()。 Private Sub Command1_Click() Dim

2022-08-05 21:20:25 问答库 阅读 172 次

问题详情

下列程序的输出结果为()。 Private Sub Command1_Click() Dim a(20) For j=1 To 20 Step2 a(j)=j Next i Print a(1)+a(2)+a(3) End Sub
A.4
B.5
C.6
D.7请帮忙给出正确答案和分析,谢谢!

参考答案

正确答案:A

考点:结果,程序