Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
\[[ESA 2005|AA. Bibliography#ESA 05]\] Rule 65: Use parentheses to explicitly indicate the order of execution of numerical operators
\[[Tutorials 2008|AA. Bibliography#Tutorials 08]\] [Expressions, Statements, and Blocks|http://java.sun.com/docs/books/tutorial/java/nutsandbolts/expressions.html], [Operators|http://java.sun.com/docs/books/tutorial/java/nutsandbolts/operators.html]
\[[Rogue 2000|AA. Bibliography#Rogue 2000]\] Rule 77: Clarify the order of operations with parentheses.

...

EXP05-J. Use braces for the body of an if, for, or while statement      02. Expressions (EXP)      EXP07-J. Understand the differences between bitwise and logical operators