what is conditional operator explain with the help of an example
Answers
Answered by
1
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
1
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.
Similar questions
Computer Science,
8 months ago
English,
8 months ago
Social Sciences,
1 year ago
Science,
1 year ago