A. 对 B. 错
A. int(f1); B. float f1; C. (int )f1; D. (double)f1
A. b=c+5; B. b=b*c+5 C. b=b*(c+5); D. b=b*c+b*5;