曦~妍  

2016年3月31日

摘要: /* Console.WriteLine("请输入人数"); int n = int.Parse(Console.ReadLine()); int[]arr=new int[n]; for (int i = 0; i < arr.length; i++) { Console.WriteLine("请 阅读全文
posted @ 2016-03-31 23:56 曦~妍 阅读(124) 评论(0) 推荐(0) 编辑
 
摘要: 段点:用于调试; 选择语句:if else switch case; 循环语句:do for foreach while; 跳转语句:break continue default return; 异常语句:try-catch-finally; for (int i = 1/*初始值*/; i <= 阅读全文
posted @ 2016-03-31 21:22 曦~妍 阅读(132) 评论(0) 推荐(0) 编辑