https://github.com/williamgherman/c-solutions/tree/master/14/exercises/04 AVG(1+1, 2+2) will incorrectly follow standard order of operations: (1+1-2+2)/2, evaluating to **1** rather than predicted -2.
https://github.com/williamgherman/c-solutions/tree/master/14/exercises/04
AVG(1+1, 2+2) will incorrectly follow standard order of operations: (1+1-2+2)/2, evaluating to 1 rather than predicted -2.