问答题

在主函数中输入不同大小的实型数组,计算数组中元素的平均值。

【参考答案】

float average(float array[],int n)
{ in i;
float ......

(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)