Q. The correct syntax to import the math library in java is ___.
β
Correct Answer: (A)
import java.lang.math
Explanation: The correct syntax to import the math library in java is:
import java.lang.math
import java.lang.math