在C#中,能正确表示逻辑关系“a≥1或a≤0”的表达式是

在C#中,能正确表示逻辑关系“a≥1或a≤0”的表达式是
A、a>=1|a<=0
B、a>=1 & a<=0
C、a>=1 or a<=0
D、a>=1 and a<=0
【正确答案】:A