testExpression? yesExpression : noExpression is an example of Ternary Operator None of the mentioned Logical Operator Assignment Operator
Example: ternary operator
(condition) ? (if true, do this) : (otherwise, do this)
(condition) ? (if true, do this) : (otherwise, do this)