• Unit 4: Relational and Logical Operators in Java

    In this unit, we will discuss relational and logical operators in Java, which provide the foundation for topics like control structures (which we will further discuss in Unit 5). In this unit, we will start by taking a look at operator notation. We will then discuss relational operators as they apply to both numeric operands and object operands before concluding the unit with an introduction to logical operators. By the end of this unit, you should be able to perform comparisons and logic functions in Java and have a fundamental understanding of how they are employed.

    Completing this unit should take you approximately 9 hours.

    • Unit 4 Assessment