Answer:
1)) adding 4 and 2
Explanation:
In mathematics and computer programming, the order of operations is a collection of rules that reflect conventions about which procedures to perform first in order to evaluate a given mathematical expression.
BODMAS is a short form for Brackets, Of, Division, Multiplication, Addition and Subtraction.
According to Bodmas rule, if an expression contains brackets ((), {}, []) we have to first solve or simplify the bracket followed by of (powers and roots etc.), then division, multiplication, addition and subtraction from left to right. Solving the problem in the wrong order will result in a wrong answer