网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
有如下一个Sub过程: Sub mlt (ParamArray numbers()) n=1 For Each x In numbers n=n * x Next x Print n End Sub在一个事件过程中如下调用该Sub过程: Private Sub Coinmand1_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
参考答案
更多 “ 有如下一个Sub过程: Sub mlt (ParamArray numbers()) n=1 For Each x In numbers n=n * x Next x Print n End Sub在一个事件过程中如下调用该Sub过程: Private Sub Coinmand1_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.12B.24C.36D.48 ” 相关考题
考题
有以下程序: #include stdio.h main( ) { struct node{int n; struct node*next;} *P; struct node x[3]={{2,x+1),{4,x+2},{6,NULL}}; P= X; printf("%d,",p-n); printf("%d\n",p-next-n); } 程序运行后的输出结果是( )。A.2,3B.2,4C.3,4D.4, 6
考题
有以下程序#ncludestdio.hmain(){ struct node{int n;struct nodc*next;}*p;struct node x[3]={{2,x+1},{4,x+2},{6,NULL}};p=x:printf("%d,",p-n);printf("%d\n",P-next-n);}程序运行后的输出结果是A.2,3B.2,4C.3,4D.4,6
考题
试题37有以下程序#include stdio.hmain(){ struct node {int n; struct node *next; }*p;struct node x[3]={{2,x+1},{4,x+2},{6,NULL}};p=x;printf(“%d,”, p?n);printf(“%d\n”, p?next?n);}程序运行后的输出结果是()A.2,3B.2,4C.3,4D.4,6
考题
设随机变量x服从b(n,p),则( )。A.分布列:P(X=x)=(1-p) n-x (x=0,1,2,…,n)B.E(X)=npC.Var(X)=np(1-p)D.Var(X)=np(1-p)2E.Var(X)=p(1-p)
考题
设随机变量X~N(1,4),则以下结果正确的是A.D(X)=4E(X)B.P(X>-1)=Φ(1)C.0.5(X-1)~N(0,1)D.0.25(X-1)~N(0,1)E.2(X-1)~N(0,8)F.P(X<2)= Φ(1)G.D(X+1)=E(X+1)H.P(X<4)= Φ(1)
考题
设X ~ B(n1,p),Y ~ B(n2,p),则X + Y ~ B(n1 + n2,p).
热门标签
最新试卷