C# for和 foreach 的数组遍历 比较
2018-06-18 05:08:49来源:未知 阅读 ()
刚学习程序,感觉写代码 很有意思,所以把自己的感悟写下来啦,第一次写博客,可能是菜鸟中的菜鸟 时间久了,相信就会写的很好哦!
for和 foreach 的数组遍历 比较
很简单的程序,不解释啦!
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { int[] nums = { 3, 5, 99, 23, 53, 88 }; //定义数组 int max = 0; for (int i = 0; i < nums.Length; i++) //for遍历数组 { if (nums[i] > max) { max = nums[i]; } } Console.WriteLine("for遍历数组demo:" + max); Console.WriteLine("===================================================="); foreach (var p in nums) //使用foreach 遍历 { if (p > max) { max = p; } } Console.WriteLine("foreach遍历数组demo:"+max); } } }
结果为:
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- Spire.Cloud.SDK for Java 合并、拆分Excel单元格 2020-06-09
- Java笔记:数组,异常,泛型 2020-06-08
- 500 ZuulException: Forwarding error 2020-06-01
- 第六章第三十七题(格式化整数)(Format an integer) - 编程 2020-05-26
- 数组小Demo 2020-05-25
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash