单项选择题

A.if(a<b) a=0,else b=0;
B.if(a==b) a=0,b++;
C.if(a<b);
D.if(a!=b) a=b;