单项选择题

运行下列程序段,其中语句“n = n + 1”被执行的次数是( )。 Dim m%, n% For m = 1 To 3 For n = 1 To 6 Step 2 n = n + 1 Print n Next Next

A、3
B、6
C、9
D、18