NemoQuiz

Search
Skip to content
  • Home
  • App Chem & Phys
    • Motion
    • Energy
    • Waves
    • Matter
  • Physics
    • Kinematics Unit
    • Forces Unit
    • Energy Unit
    • Momentum Unit
    • Gravity and Circular Motion Unit
    • Electromagnetism
    • DC Circuits
    • Waves Unit
  • CSP
    • Python
    • Web Development
    • Data
    • NetLogo
  • CSA
    • Java
    • Android
  • Robotics
  • Log In

Java Boolean Logic

Outside Resources:

Learn Java the Hard Way – Conditions

The New Boston – Logical Operators

TutorialsPoint – Operators
(See Relational and Logical Operators sections)


A condition is an expression that’s either true or false.

For example: “x > 2” can be evaluated out to either true or false, depending on the value of x.

Conditions are used in if statements and while loops, among other things.

 

Proudly powered by WordPress