- Forward


Relational and Logical Operators
An Introduction with Examples in Java


Prof. David Bernstein
James Madison University

Computer Science Department
bernstdh@jmu.edu

Print

The Slides on this Topica Have Been Divided in Two Parts
Back SMYC Forward
  • Logical Operators:
    • A discussion of operators with Boolean operands that evaluate to a Boolean
  • Relational Operators:
    • A discussion of operators with numeric operands that evaluate to a Boolean
There's Always More to Learn
Back -