Computer Science, asked by hasnatnaveed12, 4 days ago

what conditional operator are available?When are they used?​

Answers

Answered by caliaolouizza
1

Answer:

Conditional operators are used to evaluate a condition that's applied to one or two boolean expressions. The result of the evaluation is either true or false.

There are three conditional operators:

the logical AND operator.

  the logical OR operator.

the ternary operator.

Explanation:

hope it helps.

Similar questions