Order of Operations
The normal rules you learned in mathematics for order of operations also apply to programming. The answer to 2 + 7 * 3 is 23 (not 27).
PEMDAS (Please Excuse My Dear Aunt Sally) for determining order of operations.
Order of Operations
The normal rules you learned in mathematics for order of operations also apply to programming. The answer to 2 + 7 * 3 is 23 (not 27).
PEMDAS (Please Excuse My Dear Aunt Sally) for determining order of operations.