Computer Applications
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 |