單項選擇題以下不正確的if語句形式是()

A.if(x>y&&x!=y);
B.if(x==y)x+=y;
C.if(x!=y)scanf(“%d“,&x)elsescanf(“%d”,&y);
D.if(x<y){x++;y++;}


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題

執(zhí)行以下語句后ab的值為()

A.5,0
B.0,6
C.2,1
D.1,4

2.單項選擇題執(zhí)行以下語句后a的值為()

A.錯誤
B.0
C.2
D.1