Anurag,
Thanks for the reply. I have a quick qn here.
Once the expression inside parantheses has been resolved/evaluated, then we can get rid of the parantheses. In that sense, is it correct to remove the parantheses once we done the evaluation here. i.e (1+2) => 3.
Then the problem becomes 6/2*3. eventually to 3*3 = 9. Is it my understandign correct here?
or
Whenever we encounter parantheses,the parantheses can only be removed by evaluating the expression inside it, if any, and doing the operation of evaluated expression with next variable availale in the expression.
Is the below order of operation rule correct?
The key to order of operaion is to follow an order, evaluating what is inside any parentheses before
moving on to exponents, which you must do before moving on to multiplication and division, which is followed by addition and subtraction. It does not matter whether you do multiplication before division or addition before subtraction.
Regards,
hhk