What happens when the condition of an if / else statement is true?

The if statement's code block runsThe else statement's code block runsBoth the if and the else statements' code blocks runBoth the if and else statements' code blocks get skipped

The if statement's code block runs.