单选题 下列程序的执行结果是______。 main() {int a=5,b=2; float x=4.5, y=3.0.u; u=a/3+b*x/y+1/2; printf("%f/n",u) }
【正确答案】 D
【答案解析】