Why are if statements conditional statements?

Because they rely on conditions to skip or run their code blockBecause they repeat their code based on a conditionBecause they always run their code blockBecause they always skip their code block

Because they rely on conditions to skip or run their code block.