摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace @for { class Program { static void Main(string[] args) ... 阅读全文
posted @ 2016-05-08 09:11 右掱写爱 阅读(2792) 评论(1) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 条件语句日期练习 { class Program { static void Main(string[] args) { //用户输... 阅读全文
posted @ 2016-05-08 09:04 右掱写爱 阅读(487) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 日期功能扩展 { class Program { static void Main(string[] args) { //用户输入年... 阅读全文
posted @ 2016-05-08 09:03 右掱写爱 阅读(163) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace fangcheng { class Program { static void Main(string[] ar... 阅读全文
posted @ 2016-05-08 08:57 右掱写爱 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 猜拳 随机数 小练习:身高体重 阅读全文
posted @ 2016-05-08 08:52 右掱写爱 阅读(130) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace if_else { class Program { static void Main(string[] args... 阅读全文
posted @ 2016-05-08 08:47 右掱写爱 阅读(153) 评论(0) 推荐(0) 编辑