单项选择题

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

A.4
B.8