Java   View all facts   Glossary   Help
condition > complex condition
Upcondition

complex condition
subjectfact 
complex conditionis a subtopic of Loops and Decision Making2001-10-19 11:36:30.0
is a kind of conditionsource: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:36:30.0
should be avoided because it is difficult to readsource: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:36:30.0
should be divided into several separate conditions on separate linessource: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:36:30.0
conditionhas examples
aNumber > 5
aNumber < 5
aNumber > 5 && anotherNumber < 7
aNumber == anotherNumber   
2001-10-19 11:36:30.0