摘要: namespace ConsoleApplication24{ class Program { static void Main(string[] args) { while (true) { ... 阅读全文
posted @ 2015-03-28 11:54 Yusarin 阅读(173) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication23{ class Program { static void Main(string[] args) { while (true) { ... 阅读全文
posted @ 2015-03-28 11:20 Yusarin 阅读(331) 评论(0) 推荐(0) 编辑
摘要: 企业发放的奖金根据利润提成。利润I地狱或等于10000元的,奖金提成10%;利润高于100000元但低于或等于200000元时,低于100000的按10%提成,高于100000的部分,可提成7.5%;2000001000000时,超过1000000的部分按1%提成。namespace Console... 阅读全文
posted @ 2015-03-28 10:35 Yusarin 阅读(301) 评论(0) 推荐(0) 编辑
摘要: if语句与switch语句混用if用来判断 switch用来选择执行0剪刀 1石头 2布特殊情况:0与2→0>2法1 if+switch语句namespace ConsoleApplication15{ class Program { static void Main(st... 阅读全文
posted @ 2015-03-28 09:11 Yusarin 阅读(356) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication18{ class Program { static void Main(string[] args) { while (true) { ... 阅读全文
posted @ 2015-03-28 09:09 Yusarin 阅读(432) 评论(0) 推荐(0) 编辑