Private Sub Form_Click ()
n=10
i=0
D.o
i=i+n
n=n-2
Loop While n>2
Print i
E.nd Sub
程序运行后,单击窗体,输出结果为 ( 10 ) 。