Relational Operator Examples
x     y   Expression       Result
12     2   x + 3 <= y * 10      true
Caution: The relational operator, ==, and the assignment
operator, =, are not the same.