上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: namespace ConsoleApplication3{ class Program { static void Main(string[] args) { string a=Console.ReadLine(... 阅读全文
posted @ 2015-04-03 08:48 Yusarin 阅读(121) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication5{ class Program { static void Main(string[] args) { while (true) { s... 阅读全文
posted @ 2015-04-03 08:47 Yusarin 阅读(4562) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;namespace ConsoleApplication8{ class Program { static void Main(string[] ... 阅读全文
posted @ 2015-04-03 08:46 Yusarin 阅读(199) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication7{ class Program { static void Main(string[] args) { DateTime a = DateTime.Now;//定义一个新datet... 阅读全文
posted @ 2015-04-03 08:45 Yusarin 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
摘要: namespace ConsoleApplication34{ class Program { static void Main(string[] args) { while (true) { ... 阅读全文
posted @ 2015-03-31 16:26 Yusarin 阅读(108) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication37{ class Program { static void Main(string[] args) { while (true) { ... 阅读全文
posted @ 2015-03-31 15:49 Yusarin 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 就是是if嵌套与应用:主要思路就是都是类似三个条件判断,例如if a>b 那么else if的情况就是包括ab) { if (a>c) { if (a>d) ... 阅读全文
posted @ 2015-03-30 16:36 Yusarin 阅读(515) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 下一页