Solved

Which of the Following Statements Will Print the Maximum Value

Question 23

Multiple Choice

Which of the following statements will print the maximum value a double variable may have?


A) System.out.println(MAX_VALUE) ;
B) System.out.println(double.MAX_VALUE) ;
C) System.out.println(Double.MAX_VALUE) ;
D) System.out.println(Double.MAXIMUM_VALUE) ;

Correct Answer:

verifed

Verified

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

Related Questions