The correct syntax to import the math library in java is ___

43. The correct syntax to import the math library in java is ___.

  1. import java.lang.math
  2. import math
  3. import java.math
  4. All of these

Answer: A) import java.lang.math

Explanation:

The correct syntax to import the math library in java is:

import java.lang.math

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.