Java   View all facts   Glossary   Help
condition
Next kbTopenvironment    UpkbTop    Previous kbTopcompany   

condition
subjectfact 
conditionhas definition A condition in Java is a statement that evaluates to a boolean value (true or false)    source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:36:30.0
has examples
aNumber > 5
aNumber < 5
aNumber > 5 && anotherNumber < 7
aNumber == anotherNumber   
source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:36:30.0
is a subtopic of Loops and Decision Making2001-10-19 11:36:30.0
is a kind of kbTopsource: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:36:30.0

Kinds of condition :