题目内容

有下列事件过程:
Private Sub Command1_Click()
b=10
Do Until b=-1
a=InputBox("请输入a的值")
a=Val(A)
b=InputBox("请输入b的值")
b=Val(B)a=a*b
Loop
Print a
End Sub
程序运行后,依次输入数值30,20,10,-1后,输出结果是()。

A. 6000
B. -10
C. 200
D. -6000

查看答案
更多问题

单击命令按钮执行下列程序,其输出结果是()。
Private Sub Command1_Click()
Dim a As Integer,b As Integer,c As Integer
a=3
b=4
c=5
Prim SecProc(c,b,A)
End Sub
Function FirProc(x As Integer,y As Integer,z As Integer)
FirProc=2*x+y+3*z
End Function
Function SecProc(x As Integer,y As Integer,z As Integer)
SecProc=FirProc(z,x,y)+x
End Function

A. 20
B. 22
C. 28
D. 30

基金托管人职责终止时,无须聘请会计师事务所对基金财产进行审计。 ()

A. 正确
B. 错误

根据移动平均法,如果某只股票价格超过平均价的某一百分比时,应该卖出。()

A. 正确
B. 错误

行为金融理论以心理学的研究成果为依据,认为投资者行为是理性的,投资者的实际投资决策行为与投资者的理性投资行为一致。 ()

A. 正确
B. 错误

答案查题题库