Boolean variables
n
Booleans
can be stored as
variables.
n
n
private boolean
tooBig;
n
tooBig =
true
;
n
tooBig = i1 > 10;