+ 11
i have a doubt
is Boolean called as true or false
2 Answers
+ 5
A boolean variable can have any one of the two values "true" and "false" only.
+ 1
you can treat any information that only has 2 state as Boolean. for example, up/down, in/out, etc.