当下列程序执行时,其输出结果是()。

A . 2k
B . 7k
C . -7k
D . -3k
[单选题]执行下列程序段输出结果是()。A . *B . **C . ***D . ****
[单选题]下列程序运行时输出的结果是( )。A.等-级-考-试-B.等*级*考*试*C.等/级/考/试/D.等/级*/考-*/试+-*/
[单选题]下面程序执行时,输出的结果是( )。 Private Sub Form_Click() DimiASInteger,j As Integer i=10 Do i=i+j forj=10 toistep-3 i=i+j nextj Loop Whilei<50 Printi;j End SubA.50 10B.50 9C.57 10D.59 9
[主观题]下列程序执行时,从键盘上依次输入123和234,则程序的输出结果是[ ]。a=InputBox("请输入第一个整数")b=InputBox("请输入第二整数")Print a+b
[单选题]单击命令按钮执行下列程序,其输出结果是( )。Private Sub Command1_Click()D.im a As Integer,b As Integer,c As Integera=3b=4c=5Prim SecProc(c,b,A)E.nd SubF.unction FirProc(x As Integer,y As Integer,z As Integer)F.irProc=2*x+y+3*zE.nd FunctionF.unction SecProc(x As Integer,y
[单选题]单击命令按钮执行下列程序,其输出结果是( )。 Private Sub Command1_Click() Dim a As Integer, b As Integer, c As Integer a=3 b=4 c=5 Print 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
[单选题]单击命令按钮执行下列程序,其输出结果是。 Private Sub Commana1_Click() Dim a As Integer,b As Integer,c As Integer a = 3 b = 4 c = 5 Print 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 Sec
[单选题]单击命令按钮执行下列程序,其输出结果是( )。 Private Sub Command1_Click() Dim a As Integer, b As Integer, c As Integer a=3 b=4 c=5 Print 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
[单选题]下列程序段执行后输出的结果是( )。A. 90B. 60C. 40D. 10
[单选题]下列程序段执行后输出的结果是()A . -2B . -1C . 0D . 1