2/6/00
COM1100 Winter2000 Yuhong Yin
5
false
n
The keyword is one of the two values that
a variable of type
bool
can have.
n
For example, if
i
is a variable of type
bool
,
the
i=false;
statement assigns
false
to
i
.
n