Computer Science, asked by niharasoorjith, 1 month ago

what is the function of conditional operator in java

Answers

Answered by av8345736
2

Answer:

The Java Conditional Operator selects one of two expressions for evaluation, which is based on the value of the first operands. It is also called ternary operator because it takes three arguments.

Similar questions