+ 1
What is a Boolean
4 Respostas
+ 4
is a variable type, that only can store 'true' or 'false'. It's help in logic operations
+ 3
A boolean is a data type possessing two values of:
True or False.
+ 1
A boolean type is a data type that can have only one of the two data types. It will either be true or false or it has to be a 0 or 1.
0
thanks