Computer Science, asked by singhsatta19314, 9 months ago

ਕਿਹੜੇ ਓਪਰੇਟਰ ਨੂੰ ਆਪਣਾ ਕੰਮ ਕਰਨ ਲਈ 3 ਓਪਰੈਂਡਾਂ ਦੀ ਜਰੂਰਤ ਪੈਂਦੀ ਹੈ? (Which operator require three operands to perform its operation?) *​

Answers

Answered by bhuvanakumar01
2

Answer:

here is ur answer

Explanation:

For example, = is a binary operator that assigns the value from its right-hand operand to its left-hand operand. And finally, a ternary operator is one that requires three operands. The Java programming language has one ternary operator, ?: , which is a short-hand if - else statement.

Similar questions