3. Arithmetic Operators

Arithmetic Operators

Definition:
Used to perform basic mathematical calculations.

Examples: + , - , * , / , %

Advantages:

·       Simple and fast calculations

·       Easy to understand and use

Disadvantages:

·       Division by zero causes errors

·       Limited to numeric data types