What are operators? Why do we need them?
Answers
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.
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 ☺️