Computer Science, asked by pankajnegi56, 3 months ago

What are operators? Why do we need them?​

Answers

Answered by Anonymous
12

Explanation:

Logical operators are very important in any programming language and they help us take decisions based on certain conditions. Suppose we want to combine the result of two conditions, then logical AND and OR logical operators help us in producing the final result. Called Logical AND operator.

Answered by ahanamix
11

Answer:

An operator is a character that represents an action, as for example x is an arithmetic operator that represents multiplication.

Logical operators are very important in any programming language and they help us take decisions based on certain conditions. Suppose we want to combine the result of two conditions, then logical AND and OR logical operators help us in producing the final result. Called Logical AND operator.

Hope my answer helps you ☺️

Similar questions