Examlex

Solved

If the Math Class Has Been Imported into a Program

question 20

Multiple Choice

If the Math class has been imported into a program using the line "import static java.lang.Math.*;", how can the statement below be rewritten?
Result = Math.tan(Math.toRadians(degrees) ) ;


Definitions:

Related Questions