A program contains an if statement followed by an else statement. When the condition in an if statement is met, what happens to the code in the else statement?
(1 point)
It is a name error
It is a syntax error
It is ignored
It is executed
1 answer
It is ignored