Explore Library
QuizBeginner

Comparison and Logical Operators

Comparison operators return Bool values; logical operators combine them.

What does the expression `(5 > 3) && (2 > 4)` evaluate to?