0
I want to learn more about Boolean and how do they work
C#
2 Answers
+ 3
Booleans are some amazing thing,
they are Binary, Just with words tho,
0 = false = Nothing
1 = true = Something
in C#
Booleans can be used by,
the keyword: bool
bool is short for Boolean, U can make the value True or False.
sadly we cannot do 0âs and 1âs.