Arithmetic Operators
Perform actions like:
• Addition
• Subtraction
• Multiplication
• Division
• Modulus on integers.
Increment and Decrement Operators
• Increment an integer value by 1 or by a specific value.
• Decrement an integer value by 1 or by a specific value.
Relational and Logical Operators
• Compare two values
• Generate a boolean result based on conditions such as:
• Equal
• Not equal
• Greater than
• Less than
Note: This note covers only the Arithmetic Operators, Increment and Decrement
operators & Relational and Logical Operators, while there are other topics related to
operators which are not covered in this note.
Perform actions like:
• Addition
• Subtraction
• Multiplication
• Division
• Modulus on integers.
Increment and Decrement Operators
• Increment an integer value by 1 or by a specific value.
• Decrement an integer value by 1 or by a specific value.
Relational and Logical Operators
• Compare two values
• Generate a boolean result based on conditions such as:
• Equal
• Not equal
• Greater than
• Less than
Note: This note covers only the Arithmetic Operators, Increment and Decrement
operators & Relational and Logical Operators, while there are other topics related to
operators which are not covered in this note.