填空题

程序执行结果S的值是 【11】
Private Sub Command1_Click()
i=0
Do
i=i+1
s=i+s
Loop Until i>=4
Print s
End Sub

【参考答案】

J