Object Oriented Software Engineering   View all facts   Glossary   Help
subject > programming language construct > condition > complex condition
Next conditionguard condition    Upcondition    Previous conditionJava condition   

complex condition comparison table
Subject avoid is a kind of divide into is a subtopic of have example
complex Java conditionbecause it is difficult to readJava conditionseveral separate conditions on separate linesProgramming Style Guidelines
 if(a==5 &&(b>40 \ c) && (d > a+2 \ e==5)) ...

Next conditionguard condition    Upcondition    Previous conditionJava condition