Below is a review of the most important points that were covered in the previous Chapters
Relational Operators
* Relational operators always result in a boolean value (true or false).
* There are six relational operators: >, >=, <, <=, ==, and !=. The last two (== and !=) are sometimes referred to as equality operators.
* When comparing characters, Java uses the Unicode value of the character