我是在xp系统下,用vC++6.0运行的
#include<fstream>#include<iostream>usingnamespacestd;intmain(){floatsum=0,t;intcount=...
#include<fstream>
#include<iostream>
using namespace std;
int main()
{
float sum=0,t;
int count=0;
ifstream in("data1.txt",ios::in);
if(!in)
{
cout<<"不能打开输入文件:";
return -1;
}
while (in>>t)
{
sum+=t;
count++;
}
cout<<"\n实数的平均值="<<sum/count<<",实数的个数="<<count;
in.close();
return 0;
}
结果:
#include<fstream>
#include<iostream>
using namespace std;
int main()
{
float sum=0,t;
int count=0;
ifstream in("data1.txt",ios::in);
if(!in)
{
cout<<"不能打开输入文件:";
return -1;
}
while (in>>t)
{
sum+=t;
count++;
}
cout<<"\n实数的平均值="<<sum/count<<",实数的个数="<<count;
in.close();
return 0;
}
**************************************************
结果:不能打开输入文件:Press any key to continue 展开
#include<iostream>
using namespace std;
int main()
{
float sum=0,t;
int count=0;
ifstream in("data1.txt",ios::in);
if(!in)
{
cout<<"不能打开输入文件:";
return -1;
}
while (in>>t)
{
sum+=t;
count++;
}
cout<<"\n实数的平均值="<<sum/count<<",实数的个数="<<count;
in.close();
return 0;
}
结果:
#include<fstream>
#include<iostream>
using namespace std;
int main()
{
float sum=0,t;
int count=0;
ifstream in("data1.txt",ios::in);
if(!in)
{
cout<<"不能打开输入文件:";
return -1;
}
while (in>>t)
{
sum+=t;
count++;
}
cout<<"\n实数的平均值="<<sum/count<<",实数的个数="<<count;
in.close();
return 0;
}
**************************************************
结果:不能打开输入文件:Press any key to continue 展开
1个回答
镭速传输
2024-10-28 广告
2024-10-28 广告
作为深圳市云语科技有限公司的一员,我们推出的FTP替代升级方案,旨在解决传统FTP在安全性、效率、稳定性及管理方面的不足。我们的产品通过采用自主研发的Raysync传输协议,实现高效、安全的文件传输,即使在恶劣网络环境下也能确保传输的稳定性...
点击进入详情页
本回答由镭速传输提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询