急!!!在线等!C语言平均值问题 下面是我编的程序 为什么求不出平均值
急!!!在线等!C语言平均值问题 下面是我编的程序 为什么求不出平均值
日期:2012-03-13 17:47:14 人气:1
排序前:
30 4 21 7 1 22 13 12 8 2
排序后:
1 2 4 7 8 12 13 21 22 30
平均数是12.000000
Press any key to continue
///错误很多
//下面我 逐个注释
#include
#include
#include
#define N 10
void output(int a[])
{
int i;
for(i=0