单选题

以下程序的输出结果是?( )

n=0

while n<10:

    n=n+2

    if n==6:

        continue

print(n)

A

5

B

10

C

6

D

8

赣ICP备20007335号-2