问题详情
以下不正确的if语句形式是( )。
A.if(x>y&&x!=y);
B.if(x==Y)x+=y;
C.if(x!=y)scanf("%d",&x) else scanf("%d",&y);
D.if(x<y){x++;y++;}