Give 6 examples of comparison operators.
=,>,
What data type do comparison expressions evaluate to?
boolean
What is the purpose of an if statement?
evaluates a condition
Is else required in order to use an if statement?
no
Describe the syntax (structure) of an if statement.
if, the condition and the code to execute if true
What are the three logical operators?
logical and, logical or, logical not
How do you compare two different expressions in the same condition?
logical operators