What is a condition?
A condition is a state.
What are relational operators?
Relational operators compare two values.
What is a logical test?
A logical test is a test that gives true or false.
If the logical test is true, the computer does ___.
If the logical test is true, the computer does one thing.
If the logical test is false, the computer does ___.
if the logical test is false, the computer does nothing or another thing.