Zebra0.com

java booleanBoolean Expressions

Boolean Expressions

The Boolean operators are a bit different from the ones used in algebra because we have to be able to type them.

==equal (Remember, a single = is used to assign a value!)
<less than
>greater than
>=greater than or equal to
<=less than or equal to
!=not equal

That's all! Congratulations on completing all of the lessons in java!