5A. Java Basics for Selenium - Java Operators - Auto Increment and Decrement and Logical operators

preview_player
Показать описание
Types of Operators in Java:

1. Basic Arithmetic Operators
2. Assignment Operators
3. Auto-increment and Auto-decrement Operators
4. Logical Operators
5. Comparison (relational) operators
6. Ternary Operator

Auto Increment and Auto Decrement Operators:
++ and --
num1++ is num1 = num1+1
num1-- is num1 = num1-1

Logical Operators:
Logical operators: &&, || and !
Рекомендации по теме