Why are if statements conditional statements?
- Because they rely on conditions to skip or run their code block
- Because they repeat their code based on a condition
- Because they always run their code block
- Because they always skip their code block
Because they rely on conditions to skip or run their code block.