What are the conditional operators? Explain any 2 conditional operators with example.
Answers
Answered by
22
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.
Similar questions