C#——简单的表示两个数中的(三目运算)

1 double max(double x, double y) {
2     return x >= y ? x: y;
3 }
posted @ 2021-08-21 19:45  陆陆无为而治者  阅读(139)  评论(0编辑  收藏  举报