组卷题库 > 高中信息技术试卷库
试题详情
有下列VB程序段:

Dim strA As String, strB As String

strA = "hongda":strB = ""

For i = 1 To Len(strA) * 2

If i / 2 = Int(i / 2) Then

strB = strB + Chr(Asc(Mid(strA, (i - 1) Mod Len(strA) + 1, 1)) + 2)

End If

Next i

该程序段运行后,变量strB的值是(  )

A、"jpfqic"
B、"qicqic"
C、"phbqic"
D、"qicoga"
知识点
参考答案
采纳过本试题的试卷
教育网站链接