有如下程序: Private Sub Command1_Click() Dim i As Integer, j As Integer Dim sum As Integer n=1 Doj=1Do sum = sum + j j=j+1 Print j;Loop Until j > 3n=n+2 Loop Until n > 10 Print sum End Sub 运行上述程序,外层Do循环执行的
单选题
有如下程序: Private Sub Command1_Click() Dim i As Integer, j As Integer Dim sum As Integer n=1 Doj=1Do sum = sum + j j=j+1 Print j;Loop Until j > 3n=n+2 Loop Until n > 10 Print sum End Sub 运行上述程序,外层Do循环执行的