Either of the children ()quite capable of looking after the baby.
A. are
B. be
C. is
D. Have been
查看答案
QTZ—200塔吊对地耐力的要求是( )。
A. 5t/m2
B. 10t/m2
C. 15t/m2
D. 20t/m2
设有以下函数过程Private Function Fun(a() as integer,b as string)as integer……End Function若已有变量声明:Dim x(5) as Integer,n as Integer ,ch as string则下面正确的过程调用语句是( )。
A. x(0)=Fun(x,”ch”)
B. n=Fun(n,ch)
C. call Fun x,”ch”
D. n=Fun(x(5),ch)
保险的基本特征不包括( )。
A. 合理性
B. 科学性
C. 经济性
D. 互助性
默认情况下,下面声明的数组的元素个数是()。Dim a(5,-2to2)
A. 20
B. 24
C. 25
D. 30