You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The material says: "The order of operations is also pretty straightforward: the operations are calculated from left to right taking the parentheses into account."
This is a bit misleading, since 3+2*5 = 13, not 25.
The text was updated successfully, but these errors were encountered:
The material says: "The order of operations is also pretty straightforward: the operations are calculated from left to right taking the parentheses into account."
This is a bit misleading, since 3+2*5 = 13, not 25.
The text was updated successfully, but these errors were encountered: