Comment on A - ( B x C ) + ( D x E ) = A - ( B x C ) - ( D x E ) if A > B + C + D + E

<- View Parent
AbouBenAdhem@lemmy.world ⁨3⁩ ⁨days⁩ ago

The standard order of operations is

  1. Parentheses
  2. Exponentiation
  3. Multiplication and division
  4. Addition and subtraction.

The operations on each row are equivalent, and are executed from left to right.

source
Sort:hotnewtop