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