单项选择题

变量x的值为1到5之间,下面表达式结果为true的是()

A.x<0 or x>10
B.x<0 and x>10
C.x>0 and x<10
D.not x<0 and x>10