Tip:
People sometimes call conditionals "IF" structures or sentences, because there is usually (but not always) the word "if" in a conditional sentence. |
|
"Condition" means "situation or circumstance". If a particular condition is true, then a particular result happens.
- If y = 10 then 2y = 20
- If y = 3 then 2y = 6
|