Conditional Statements (Jump to: Lecture | Video )

Conditional Statement

A Conditional Statement (also called an If-Then Statement) is a statement written in the form If A, then B.

Figure 1.

A conditional statement is a form of deductive reasoning, where a conclusion is reached using a rule.


Back to Top