• 2021-04-14
    下列代码的运行结果为( )。 Private Sub Command1_Click() n = 1 Do Until n > 6 Print n; n = n + 2.4 Loop End Sub