What is a Boolean value? thanks! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is a Boolean value? thanks!

26th Aug 2016, 6:53 PM
Jaume
7 Answers
+ 1
Boolean is datatype which has only two values 1 ie True 0 ie False by default it will be false
6th Sep 2016, 10:51 PM
Avinash Baghel
Avinash Baghel - avatar
0
Boolean value are two types 1.true 2.false
31st Aug 2016, 7:50 AM
Ajay Desai
Ajay Desai - avatar
0
Boolean in binary is 1- true and 0-false
31st Aug 2016, 3:26 PM
Dhairya Karna
Dhairya Karna - avatar
0
Boolean value can have 2 possible answers for any problem: 1) True (value:1) 2)False(value:0)
2nd Sep 2016, 9:54 AM
Anuj
0
the boolean value are two types, true == 1 or false == 0
3rd Sep 2016, 5:46 AM
Josue Roman
Josue Roman - avatar
0
Boolean values are like true/false, yes/no, on/off...that is the values which can have any of two states...
6th Sep 2016, 1:18 PM
Debmalya Mitra
Debmalya Mitra - avatar
0
Google it....it has an in depth explanation for Python as well as SQL.
4th Oct 2016, 2:47 AM
Gary