从品牌网站建设到网络营销策划,从策略到执行的一站式服务
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace _12.流程控制之条件运算符 { class Program { static void Main(string[] args) { /** * 三元运算符也称条件运算符 * * 其语法: *? : * * 其执行过程如下: * 计算表达式 的值,如果为true,则执行resultTrue表达式,否则执行resultFalse表达式。 * * 执行条件运算符会得到一个返回结果。 * */ // 使用条件运算符求出三个整数中的最大值。 int max, a = 6, b = 5, c = 7; max = (a > b) ? a : b; max = (max > c) ? max : c; Console.WriteLine("a = {0}, b = {1}, c = {2} 三个整数中的最大值为: {3}", a, b, c, max); Console.ReadKey(); } } }
成都网站建设公司地址:成都市青羊区太升南路288号锦天国际A座10层 建设咨询028-86922220
成都快上网科技有限公司-四川网站建设设计公司 | 蜀ICP备19037934号 Copyright 2020,ALL Rights Reserved cdkjz.cn | 成都网站建设 | © Copyright 2020版权所有.
专家团队为您提供成都网站建设,成都网站设计,成都品牌网站设计,成都营销型网站制作等服务,成都建网站就找快上网! | 成都网站建设哪家好? | 网站建设地图