(单选题, )给出下面代码: age=23 start=2 if age%2!=0: start=1 for x in range(start,age+2,2): print(x) 上述程序输出值的个数是( )
A.10
B.12
C.16
D.14
正确答案是B