Always put the braces in an if/else structure
Type the beginning and ending braces before starting typing inside them
Indent both body statements of an if and else structure
Be careful while combining the conditions with logical operators
Use if/else structure instead of a number of single selection if statements
Previous
TOC