Com Sci Chapter 1 Lecture Notes

Operator Name Example Result < Less than 1 < 2 true 2 false >= Greater than or equal to 1 >= 1 true == Equal to 1 = = 2 false != Not equal to 1 != 2 true Boolean operators: used to determine the truth of a combination of expressions. ................
................