Computer Applications
Differentiate between the following:
Arithmetical and Logical operator
Java Operators
106 Likes
Answer
| Arithmetical Operator | Logical Operator |
|---|---|
| Arithmetic operators are used to perform mathematical operations. | Logical operators operate on boolean expressions to combine the results of these boolean expression into a single boolean value. |
| +, -, *, /, etc. are a few examples of Arithmetic operators. | &&, ||, ! are a few examples of Logical Operators |
Answered By
56 Likes