单项选择题

下列逻辑表达式中,能正确表示条件“X是奇数,Y是偶数”的是()

A.X mod 2=1or Y mod 2=0
B.X mod 2=0or Y mod 2=1
C.X mod 2=1and Y mod 2=0
D.X mod 2=0and Y mod 2=1