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: JAVA

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:

LANGUAGE: JAVA

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