单选题 下面的程序段运行后,变量S的值变为“65666768”,则程序中“表达式”为
i=1
Do While(表达式)
S=S&ASC(Chr$(i+64))
i=i+1
Loop
A) i>5 B) Not(i<>5) C) i<5 D) i=5

【正确答案】 C
【答案解析】