When does the block inside a basic if statement execute?
if
Only when its condition is false.
Always, before its condition is evaluated.
When the expression in parentheses evaluates as true.
Only after an else block has executed.
else