11. Comparison Operators

Comparison operators are used in conditions to compare two pieces of data. For example, we can check if one piece of data is the same as another piece of data, or we can check if one integer is of a greater value than another integer.