Match the names of operations with their definitions.
Boolean type and operations. True and false
Match operations and definitions
Report a typo
Match the items from left and right columns
!
xor
&&
||
A binary operator that returns true if boolean operands have different values, otherwise, false.
A binary operator that returns true if both operands are true, otherwise, false.
A binary operator that returns true if at least one operand is true, otherwise, false.
A unary operator that reverses a boolean value.
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.