Each row in a decision table is known as a rule. A rule evaluates which outputs are valid for the input(s) provided.
Note: If there are multiple inputs in a single rule, decision tables
use an AND operator between the inputs.
Simulation allows you to see which rules are satisfied by testing input values.