conditional operators meaning in English
条件算子
Examples
- Executable statements can loop or branch through blocks of code , and often contain mathematical or conditional operators
可执行语句可在代码块中循环或分支,并常常包含算术或条件运算符。 - Calculations that might otherwise require an if - else construction can be expressed more concisely and elegantly with the conditional operator
使用条件运算符,可以更简洁、雅观地表达那些否则可能要求if - else结构的计算。例如,为在