码迷,mamicode.com
首页 > Windows程序 > 详细

c#之第四课

时间:2015-05-01 22:35:04      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:

数组:

int[] numbers = {4, 5, 6, 1, 2, 3, -2, -1, 0};
foreach (int i in numbers)
{
   System.Console.WriteLine(i);
}

 

c#之第四课

标签:

原文地址:http://www.cnblogs.com/lee0oo0/p/4471267.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!