摘要: static void Main(string[] args) { int[] a = new int[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 23, 45, 65, 66, 88, 96 }; for(int i=0;i<a.Length;i++)//循环条件 { i 阅读全文
posted @ 2016-05-29 17:10 程序飞行猿 阅读(284) 评论(0) 推荐(0)
摘要: 1 namespace ConsoleApplication8 2 { 3 class Program 4 { 5 static void Main(string[] args) 6 { 7 Console.WriteLine... 阅读全文
posted @ 2015-03-03 22:18 程序飞行猿 阅读(1433) 评论(0) 推荐(0)
摘要: 1 namespace ConsoleApplication1 2 { 3 class Program 4 { 5 static void Main(string[] args) 6 { 7 string name = "卡卡... 阅读全文
posted @ 2015-02-03 17:48 程序飞行猿 阅读(134) 评论(0) 推荐(0)
摘要: 长字符的表示 1 namespace ConsoleApplication6 2 { 3 class Program 4 { 5 static void Main(string[] args) 6 { 7 string name... 阅读全文
posted @ 2015-02-01 20:41 程序飞行猿 阅读(107) 评论(0) 推荐(0)