Name the operator which uses three operands
Answers
Answered by
12
Answer:
For example, = is a binary operator that assigns the value from its right-hand operand to its left-hand operand. And finally ternary operators are those that require three operands. The Java language has one ternary operator, ?: , which is a short-hand if - else statement.
hope it will help you........❣️
Answered by
2
Explanation:
The operator which uses three operands is known as ternary operator.It is also known as conditional operator.It is used in place of an if....else statement..as it simplifies the if...else statement and makes it easy to understand...Nested ternary or conditional operator makes the program complex to understand....
Ternary operator(?:)...
I hope it helped....
Please mark as brainliest answer....
Similar questions