- 2
Boolean
What is a Boolean??
2 Respostas
+ 5
In computer science, the Boolean data type is a data type that has one of two possible values (usually denoted true and false) which is intended to represent the two truth values of logic and Boolean algebra. It is named after George Boole, who first defined an algebraic system of logic in the mid 19th century.
For much more you can use Google & Wikipedia & Web!
https://en.m.wikipedia.org/wiki/Boolean_data_type#:~:text=In%20computer%20science%2C%20the%20Boolean,in%20the%20mid%2019th%20century.
Please before post a question use the search bar.
+ 2
Boolean is a datatype that gives either True or False i.e. 1 or 0
Y.Rashid U can use the search bar feature in Sololearn to find similar Q&Answers...