What are the operators? Why do we need them?
Answers
Answered by
1
Answer:
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
10
Explanation:
QUESTION
What are the operators? Why do we need them?
ANSWER
Operators are special symbols that are used to perform calculations. We need them for Calculation and to form an expression to the variables and constants.
Similar questions