What is NOT an example of an if/else statement in real life?

If it’s cold, I’ll wear a coat.

If I had three wishes.

If the light is red, stop.

If the alarm clock goes off, I’ll get out of bed.

1 answer

The statement that is NOT an example of an if/else statement in real life is:

If I had three wishes.

This statement does not present a real conditional situation because it refers to a hypothetical scenario rather than a practical condition that influences an action. The other statements present clear if/else conditions where an action is taken based on a specific circumstance.