I l@ve RuBoard |
![]() ![]() |
4.12 Boolean TypeThe bool type can hold the value true or false. For example: bool flag; /* Flag can be on or off */ flag = true; This type of variable is extremely useful when dealing with logic statements, as described in Chapter 6.
|
I l@ve RuBoard |
![]() ![]() |