填空题

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

【参考答案】

F