Assignment + Equality and Relational Operators
Introduction:
Welcome! This page will teach you about Equality and Relational Operators as well as the Assignment Operator.
What is an Operator?
Operators within Java are signs used to manipulate a variable. Depending on what type of Operator is in use will determine the outcome.
What is an Equality and Relational Operator?
Equality and Relational Operators are used to check if a variable is a value.
- Read more about Assignment + Equality and Relational Operators
- Log in or register to post comments
- 70 views