Write an expression that cmputes the average of the values 12 and 40.
LANGUAGE: Visual Basic
CHALLENGE:
Write an expression that cmputes the average of the values 12 and 40.
SOLUTION:
(12 + 40) / 2
Write an expression that cmputes the average of the values 12 and 40.
(12 + 40) / 2