单项选择题
给出下列代码片段: 请问x处于什么范围时将打印字符串“second”?()
A.x>0 B.x>-3 C.x<=-3 D.x<=0 &&x>-3
A.true B.false C.1 D.0
A.1,1 B.1,1.0 C.1.0,1 D.1.0,1.0