Input Values: These are the data values provided to a program during its execution. They can be used as conditions in conditional statements.
Multiple Possible Outcomes: This refers to situations where there are more than two possible results based on different conditions in a conditional statement.
Boolean Expressions:These are expressions that evaluate to either true or false and are commonly used as conditions in conditional statements.