A. 对 B. 错
A. x*y/m*n B. x*y/m/n C. x*y/(m*n) D. x/(m*n)*y
A. int B. unsigned int C. long D. 以上三种类型均可
A. x=(x*100.0+0.5)/100.0 B. m=x*100+0.5,x=m/100.0 C. x=x*100+0.5/100.0 D. x=(x/100+0.5)*100.0
A. a>=10 or a<=0
A. x%2==0 B. x%2!=0 C. (x/2*2-x)= =0 D. !x%2