Boolean and Relational Operators
Boolean: Pseudocode: Java:
AND AND &&
OR OR ||
NOT NOT !
Relational
equal to = = =
not equal to <> !=
less than < <
less than or equal to <= <=
greater than > >
greater than
or equal to >= >=
Previous slide
Next slide
Back to first slide
View graphic version