Computer Science, asked by Abhinash13, 1 year ago

what do you understand by boolean type data?

Answers

Answered by Lipsa24
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.
Mafiz: I mean the values
Answered by Mafiz
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

ramesh121: In computer science, the Boolean data type is a data type, having two values either 'true' or 'false' OR either '0' or '1'. It is named after George Boole
Mafiz: No bro there will be no '0' or '1'.
Lipsa24: yes there will be no 0 or 1
Mafiz: I think you both have mistaken in understanding boolean datatype please go and understand it carefully there will only True or False values.
Lipsa24: are yu blind
Lipsa24: i said yes there will be no 0 and 1 noo 0 and 1
Similar questions