摘要: 1.数学运算符. 2.赋值运算符 3. 运算符的优先级 阅读全文
posted @ 2012-08-23 21:55 梦断难寻 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace OneCshapApplication 7 { 8 class Program 9 {10 static void Main(string[] args)11 {12 //定义几个变量,13 int age; //整形14 string Name; //字... 阅读全文
posted @ 2012-08-23 21:45 梦断难寻 阅读(402) 评论(0) 推荐(0) 编辑