a = 3 + 4
In this expression the operands are a, 3 and 4
b = (3 + 4) / 2
In this expression the expression (3+4) is used as an operand along with b and 2.
By Angela Bradley, About.com Guide
a = 3 + 4
In this expression the operands are a, 3 and 4
b = (3 + 4) / 2
In this expression the expression (3+4) is used as an operand along with b and 2.