A.NonSupported B.Request C.Mandatory D.Never
A.3 B.4 C.5 D.6
下面語(yǔ)句序列執(zhí)行后,K的值是() int i=6,j=8,k=10,m=7; if(!(i>j|m>k++)) k++;
A.9 B.10 C.11 D.12