欢迎来到牛牛题库网
牛牛题库官网
登录
注册
首页
搜题找答案
单项选择题
已知: x=-6 y=39则表达式“y\x*Sgn(x)”的值为
A.-6.5
B.-6
C.6
D.6.5
点击查看答案&解析
相关考题
单项选择题
以下不能输出“Program”的语句是
A.Print Mid(”VBProgram”,3,7)
B.Print Right(”VBProgram”,7)
C.Print Mid(”VBProgram”,3)
D.Print Left(”VBProgram”,7)
单项选择题
设有如下程序: Sub f(x As Integer,ByVal Y As Integer) x=2*X:y=y+x End Sub Private Sub Command1 Click() Dim a As Integer,b As Integer a=6:b=35 Call f(a,b) Print a,b End Sub 程序运行后,单击命令按钮Command1,输出结果为
A.6 47
B.12 47
C.6 35
D.12 35
单项选择题
现有如下一段程序: Option Base1 Private Sub Command1_Click() Dim a a=Array(3,5,7,9):x=1 For i=4 To 1 Step-1 s=s+a(i)*X:X=X*10 Next Print S End Sub 执行程序,单击Command1命令按钮,执行上述事件过程,输出结果是
A.9753
B.3579
C.35
D.79
关注
顶部
微信扫一扫,加关注免费搜题