裁决委员会一般在关键施工作业期间到现场考察,但两次考察的间隔时间不少于( )天。
A.56B.84C.96D.140
参考答案:D
在窗体上画一个命令按钮,其名称为Command1,然后编写如下程序: Function Func(ByVal x As Integer,y As Integer)y=x*y If y>0 Then Func=x Else Func=y End If End Function Private Sub Command1_Click() Dim a As Integer,b As Integer a=3 b=4 c=Func(a,B) Print"a=";a Print"b=";b Print"C=";c End Sub 程序运行后,单击命令按钮,其输出结果为:_______。
A.a=3 b=12 c=3
B.a=3 b=4 c=3
C.a=3 b=4 c=12
D.a=13 b=12 c=12
某项目的普通股资金成本为11.5%,社会无风险投资收益率为4%,该项目的资本投资风险系数为1.2,则社会平均投资收益率为( )。
A.10%
B.10.25%
C.10.5%
D.11%