摘要: 1.加减乘除取余数结果 while(true)//循环 { Console.Write("请输入整数a"); int a=int.Parse(Console.ReadLine()); Console.Write("请输入整数b"); int b=int.Parse(Console.ReadLine()); ... 阅读全文
posted @ 2016-03-30 11:39 凌零聆 阅读(213) 评论(0) 推荐(0) 编辑
摘要: /* 数据类型 变量名; 数据类型 变量名=值; 数据类型 变量1,变量2,...变量n */ /* int a; a=12; int b=3; int c=a+b; */ int a,b,c; a=12; b... 阅读全文
posted @ 2016-03-30 10:10 凌零聆 阅读(163) 评论(0) 推荐(0) 编辑
摘要: **.sln (解决方案管理文件) **.csproj (项目管理文件) **.cs (源代码文件) 阅读全文
posted @ 2016-03-30 09:52 凌零聆 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-03-30 09:11 凌零聆 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-03-30 09:07 凌零聆 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 刚开始学c#!!! 阅读全文
posted @ 2016-03-30 09:04 凌零聆 阅读(104) 评论(0) 推荐(0) 编辑