主观

完善下面程序段,以使其完成以下数学函数的计算。

#include<stdio.h>

#include<math.h>

main()

{float x,y,f1,fun();

scanf("%f%f",&x,&y);

fl—X*x/fun(______);/*第一空*/

printf("A=%f\n",f1);

}

float fun(float f)

{float f2;

f2=f*f+sqrt(1十______/*第二空*/+______);/*第三空*/

return(f2);

}

参考答案
您可能感兴趣的试题
¥

订单号:

遇到问题请联系在线客服

订单号:

遇到问题请联系在线客服