注意:此页面搜索的是所有试题
以下正确的if语句形式是_____?]
if (x>y && x!=y)
if (x==y) x+=y
if (x!=y) scanf”%d”,&x) else scanf(”%d”,&y):
if (x<y){x++:y++;

参考答案