gpt4 book ai didi

java - 这个 if 语句叫什么?

转载 作者:行者123 更新时间:2023-12-01 07:05:07 25 4
gpt4 key购买 nike

所以我只是想知道这个 if 语句是否真的有一个名称:

public void checkEvenNumber(number) {
return ((number % 2 == 0) ? true : false)
}

或者如果它只是被称为 if 语句。

最佳答案

是的。这是 ternary operator 的一个例子.

JLS-15.25 Conditional Operator ? :将其描述为,

The conditional operator ? : uses the boolean value of one expression to decide which of two other expressions should be evaluated.

关于java - 这个 if 语句叫什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27113277/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com