注意:此页面搜索的是所有试题
以下正确的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++;}

参考答案