一起答
主观

第 40 题

9.程序执行结果s的值是[9]。

Private Sub Commandl_Click()

i = 0

Do

i = i + l

s = i + s

Loop Until i >= 4

Print s

End Sub

参考答案
查看试卷详情