QUESTION IMAGE
Question
question 13
1 pt
the boolean expression in an if statement must evaluate to _______.
degrees or radians
true or false
positive or negative
left or right
Brief Explanations
In programming, a boolean expression (used in an if statement) is a logical expression that can only result in a boolean value. Boolean values are either true or false. Degrees/radians relate to angle measurement, positive/negative to number sign, and left/right to direction—none are relevant to boolean expressions in if statements.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
B. true or false