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

参考答案