Operators (3)
The expression (x = y) will result in the value held by the variable y being assigned to the variable x.
Logical operators allow conjunction and disjunction of relational expressions, these operators are:
- and denoted by the symbol ‘&&’
- or denoted by the symbol ‘||’