收藏 分享(赏)

平均值.doc

上传人:dzzj200808 文档编号:2831489 上传时间:2018-09-28 格式:DOC 页数:1 大小:36KB
下载 相关 举报
平均值.doc_第1页
第1页 / 共1页
亲,该文档总共1页,全部预览完了,如果喜欢就下载吧!
资源描述

1、1平均值using System;using System.Collections;using System.Collections.Generic;using System.Text;namespace ConsoleApplication1class Programstatic protected ArrayList arrList = new ArrayList();static void Main(string args)System.Console.Write(“请输入要求平均值数值的个数:“);int count = int.Parse(System.Console.ReadLin

2、e();for (int i = 0; i count; i+)string strNumber = System.Console.ReadLine();arrList.Add(strNumber);ShowAverage();protected static void ShowAverage()double sum = 0;int count = 0;IEnumerator enumerator = arrList.GetEnumerator();while (enumerator.MoveNext()string strTemp = enumerator.Current.ToString();double dbTemp = double.Parse(strTemp);sum += dbTemp;count+;double average = sum / count;System.Console.WriteLine(“以上数据的平均值为:0“, average);

展开阅读全文
相关资源
猜你喜欢
相关搜索
资源标签

当前位置:首页 > 高等教育 > 专业基础教材

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报