Versions Compared

Key

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

...

the multiplication is performed before the addition by mathematical convention. Therefore parenthesis to enforce this would be redundant.

Code Block
bgcolorbgColor#ffcccc
x + (y * z)

Risk Assessment

...