What is tarnery operator on java. No copied answer is allowed
Answers
Answered by
1
Answer:
Tarnery operator on java is the only conditional operator that takes 3 operands .
Answered by
2
Answer:
The Java ternary operator functions like a simplified Java if statement. The ternary operator consists of a condition that evaluates to either true or false , plus a value that is returned if the condition is true and another value that is returned if the condition is false
Similar questions