题目内容 (请给出正确答案) 提问人:网友 发布时间: 【单选题】 在C#中,下列代码运行后,变量Max的值是()。int a=5,b=10,c=15,Max=0;Max=a>b?a:b;Max=c<Max?c:Max; A、0B、5C、10D、15 查看正确答案