单项选择题

在Python程序中,判断n是否为偶数的表达式是()。

A.n/2=0
B.n%2==0
C.n%2=0
D.n/2==0