Computer Science, asked by nishitayadav08, 4 months ago

The operator that produces the logical values of True or False​

Answers

Answered by XxItzSecretxX
5

Answer:

A logical operator has logical values (false/true) as operands and produces a single logical (false/true) value. The shortcut operators (&&, ||) will stop the evaluation of an expression as soon as the results of the entire expression is known. A logical expression is always evaluated from left to right.

Hope it helps you!

Similar questions