[单项选择题] 有如下一个Sub过程:Sub mlt(ParamArray numbers())  n=1  For Each x In numbers   n=n*x  Next

[单项选择题] 有如下一个Sub过程:Sub mlt(ParamArray numbers())  n=1  For Each x In numbers   n=n*x  Next,第1张

[单项选择题] 有如下一个Sub过程: Sub mlt(ParamArray numbers())   n=1   For Each x In numbers    n=n*x   Next

[单项选择题] 有如下一个Sub过程: Sub mlt(ParamArray numbers())   n=1   For Each x In numbers    n=n*x   Next x   Print n End Sub 在一个事件过程中如下调用该Sub过程: Private Sub Command1_Click() Dim a As Integer Dim b As Integer Dim c As Integer Dim d As Integer a=1 b=2 c=3 d=4 mlt a,b,c,d End Sub 该程序的运行结果为( )。

A.12

B.24

C.36

D.48

正确答案:

B

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/zaji/5604090.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-15
下一篇 2022-12-15

发表评论

登录后才能评论

评论列表(0条)

保存