What happens when the condition of an if / else statement is true?
if statement's code block runselse statement's code block runsif and the else statements' code blocks runif and else statements' code blocks get skippedThe if statement's code block runs.