Of all the operators, relational operators are the most complex ones, that is why we left them to the end.
Relational operators are also known as Comparison operators, they are used to compare things.
Comparison result is boolean false or true.
Interestingly though, if you check it in V...