摘要:
【1】 编写程序求三个数的平均值;A要求输出格式,求5,7,11的平均值时,输出Enter the first number: 5Enter the second number: 7Enter the third number: 11Average is : 7.66667代码:#include using namespace std;int main(){float a,b,c,d,e; cin>>a>>b>>c; coutusing namespace std;int main(){ int a,b; cin>>a; b=2*a-1; whi 阅读全文
posted @ 2013-08-10 09:32
mqds
阅读(199)
评论(0)
推荐(0)