Write an expression that computes the average of the variables exam1 and exam2 (both already assigned values).

Write an expression that computes the average of the variables exam1 and exam2 (both already assigned values).



Answer: (exam1 + exam2) / 2


Learn More :