单项选择题
A.if 5<x<10 then x=x+1 B.if 5<x or x<10 then x=x+1 C.if 5<x and x<10 then x=x+1 D.if 5<x xor x<10 then x=x+1