In an if / else statement, which conditional do we use to run code if the if statement's condition is false?

An else statementA second if statementThere's no dedicated conditional for thatWe don't need to use any conditional

An else statement.