利用数组求平均值为什么总是0,程序如下
这个程序为啥运行出了错误?#include
using namespace std;
int find( int *,int total);
int main()
{
int count=0;
int height[10];
char reply=0;
do{
cout<<"please enter a intgersit number :"<
2013-10-21 22:50
2013-10-22 08:40
2013-10-22 18:49
2013-10-23 17:02
2013-11-10 13:12