Write an expression that computes the average of the varialbes exam1 and exam2 (both declared and assigned values).
LANGUAGE: Visual Basic
CHALLENGE:
Write an expression that computes the average of the varialbes exam1 and exam2 (both declared and assigned values).
SOLUTION:
(exam1 + exam2) / 2