单项选择题
A.1 B.4 C.4.333333 D.4.6
A.b=1.0/a B.b=(float)(1/a) C.b=1/(float)a D.b=1/(a*1.0)
A.11/3 B.11.0/3 C.(float)11/3 D.(int)(11.0/3+0.5)