摘要: static void Main(string[] args) { int n = 0; while (n<100)// 类比 for(n=0,n<100,n++) { n++; if (n %2==0) { Console.Write(n+"是偶数"... 阅读全文
posted @ 2015-04-01 16:09 Yusarin 阅读(329) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication40{ class Program { static void Main(string[] args) { while (true) { ... 阅读全文
posted @ 2015-04-01 16:08 Yusarin 阅读(160) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication39{ class Program { static void Main(string[] args) { while (true) { ... 阅读全文
posted @ 2015-04-01 16:07 Yusarin 阅读(275) 评论(0) 推荐(0) 编辑