what do you understand by boolean type data?
Answers
Answered by
8
It is a special data type in which a variable contains a constant as either true or false.
Mafiz:
You can also call it a bolean literal.
Answered by
6
Boolean datatype only contains one of the two values either true or false.It is very useful in "if else" statements where we only want our answers in true or false.
It is also helpful where we want a user to see true or false value
It is also helpful where we want a user to see true or false value
Similar questions