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

condition comparison table
Subject have examples avoid is a kind of divide into is a subtopic of
complex condition
aNumber > 5
aNumber < 5
aNumber > 5 && anotherNumber < 7
aNumber == anotherNumber
because it is difficult to readconditionseveral separate conditions on separate linesLoops and Decision Making

Next kbTopenvironment    UpkbTop    Previous kbTopcompany