@ (A,B) = average of A and B
*(A,B) = product of A and B
/(A,B) = A divided by
Which expression gives the sum of A, B, and C?
@ (A,B) = average of A and B
*(A,B) = product of A and B
/(A,B) = A divided by B
If A = 2 and B = 4, what is the value of \(@(/(*(A, B), B), A)\)?