填空题

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

【参考答案】

6