Computer Science, asked by mfahiz91, 3 months ago

What is conditional operator
give suitable example​

Answers

Answered by RasikaM
2

Answer:

An Example of Conditional Operators

The conditional operator "&&" first evaluates whether its first operand (i.e., number % 2 == 0) is true and then evaluates whether its second operand (i.e., number % 4 == 0) is true. As both are true, the logical AND condition is true.

Answered by truptiprabhu125
0

Answer:

An Example of Conditional Operators

The conditional operator "&&" first evaluates whether its first operand (i.e., number % 2 == 0) is true and then evaluates whether its second operand (i.e., number % 4 == 0) is true. As both are true, the logical AND condition is true.

Explanation:

please mark brainliest

Similar questions