At the most basic level, you can evaluate two variables using a comparison operator to return a t rue or f alse value.
Comparison operator usually return single values of true or false. Logical operators allow you to compare the results of more than one comparison operator.
if & if else statements allow you to run one set od code if a condition is true and another if it is false.