单选题 有如下程序:
a=1:b=2:c=3
a=a+b:b=b+c:c=b+a
If a< >3 Or b<>3 Then
a=b-a:b=c-a:c=b+a
End If
Print a+b+c
运行后,输出的结果是______。
【正确答案】 A
【答案解析】