未知题型
下列程序段的执行结果为 a='ABBACDDCBA' For I=6 To 2 Step-2 x=Mid(a,I,I) y=Leh(a,I) z=Right(a,I) z=x & y & z Next I Print z
D.ABBABA
- A.ABA
B.AABAAB
C.BBABBA
【参考答案】
C
解析:本题涉及到的知识点有 For循环语句、Mid函数、Left函数、Right函数和字符串运算符“&”。F......
(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)
点击查看答案
相关考题
-
未知题型
阅读下列程序: Private Sub Commad1_Click() Dim i As Integer,k As Integer k=2 For i=1 To 3 Print H(k) Next i End Sub Function H(j As Integer) a=0 Static b a=a+1 b=b+1 H=a*b+j End Function 程序运行后,单击命令按钮输出结果是D.356
A.234
B.345
C.567 -
未知题型
The proposed 'alternative funding models'(Paragraph 2) might be more clearly based onA.cost-sharing between insurers and patients.B.moderate constraints on medical budgets.C.delivering consumers' costs to tax-payers.D.generous allocations of money to hospitals.
A.cost-sharing
B.
B.moderate
C.
C.delivering
D.
D.generous -
未知题型
以下语句的输出结果是 ( ) Print Format $ (367234.'000,000,000')A.000,003.678B.003,678.23C.3678.23D.000,003.678
A.'000,000,000')
A.000,003.678
B.003,678.23
C.3678.23
