对企业所得税进行税种登记时,企业所得税的预算级次为()。
A.中央50%地方50%
B.中央40%县区60%
C.中央60%县区40%
D.中央60%省40%
参考答案:C
哌替啶作为麻醉前用药,不宜与下列哪一药物并用()。
A.安定
B.吗啡
C.苯巴比妥钠
D.阿托品
E.东莨菪碱
在窗体上画一个命令按钮,其名称为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 Integera=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