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

LANGUAGE: Visual Basic

CHALLENGE:

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

SOLUTION:

(exam1 + exam2) / 2