5 odpowiedzi
+ 3
♨️♨️ thank you for the help
+ 2
booleans are true and false values. Represented by integers: 1 for True and 0 for False. That's about it. What specifically did you want to know?
+ 2
Slick thank u that helped me understand the topic better!!
+ 2
Booleans are used to represent the truth value of an expression. There are 2 boolean keywords True and False. Either an expression evaluates to True or False. 0 represents false and any non-zero integer represents True.
Operators are special symbols used to perform arithmetic or logical computations. Comparison operators are used to compare values and they return either True or False after computing the condition.