Given a double variable called average, write an expression that is true if and only if the variable’s value is less than 60.0.
LANGUAGE: Visual Basic
CHALLENGE:
Given a double variable called average, write an expression that is true if and only if the variable’s value is less than 60.0.
SOLUTION:
average < 60.0