A

Admin • 828.03K Points
Coach

Q. Choose the correct implementation of floating point literals in the exponential form in Java.

  • (A) float a = 12.0e2f; //1200.0
  • (B) float a = 100.0e-2f; // 1.0
  • (C) float a = 123.456e-21f; //1.23456E-19
  • (D) All the above
  • Correct Answer - Option(D)
  • Views: 15
  • Filed under category Java
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.