单选题 下列程序段的执行结果为( )。
I=4
x=5
Do
  I=I+1
  x=x+2
Loop Until I>=7
Print"I=";I
Print"x=";x

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