Posts tagged arranging conditionals
Arranging conditionals in a logical chain

In this lesson we’ll look at how to use conditionals to write a logic chain of statements. We already know that a conditional statement is an if/then statement where the first part is the hypothesis and the second part is the conclusion, like this: “If A, then B.”

Read More