Transcription: When the expression in an if statement has a value of zero, it is interpreted as false and the statement following the if is not executed. Otherwise, the expression is interpreted as true and the statement following the if is executed.