Computer Science, asked by evanshi2004, 1 month ago

explain the working of conditional operator and prompt dialogue box​

Answers

Answered by yelpulaabhyuday
4

Answer:

The conditional operator works as follows: The first operand is implicitly converted to bool . ... If the first operand evaluates to true (1), the second operand is evaluated. If the first operand evaluates to false (0), the third operand is evaluated

Similar questions