摘要: 1.if else 语句的结构 if() 括号内为判定的条件 { 花括号内为执行的代码 } else { 花括号内为执行的代码 } 2.案例分析 输入三个数 xyz 按照从小到大依次排列 Console.Write("请输入x"); int x = int.Parse(Console.ReadLin 阅读全文
posted @ 2016-03-07 16:07 于超。 阅读(14862) 评论(0) 推荐(0)