Solved

To Declare a Constant MAX_LENGTH Inside a Method with Value

Question 4

Multiple Choice

To declare a constant MAX_LENGTH inside a method with value 99.98, you write


A) final double MAX_LENGTH = 99.98;
B) double MAX_LENGTH = 99.98;
C) final MAX_LENGTH = 99.98;
D) final float MAX_LENGTH = 99.98;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions