c语言程序设计课后习题答案第7篇
/*练习7-1*/#include<stdio.h>main(){ int a[10],n,sum=0,i; float ave; printf("enter n:\n"); scanf("%d",&