Computer scienceFundamentalsEssentialsProgramming conceptsIntro to programming

Arithmetic expressions in programming

Operator precedence

Report a typo

In which of the expressions, the position of parenthesis matches with the actual order of operations (which is based on operators' precedence).

2x3+42%yz+12 * x \land 3 + 42 \% y \lor z + 1

NOTE: '∧' is AND operator and 'v' is OR operator.

Select one option from the list
___

Create a free account to access the full topic