Solved

Which One of the Following Statements Displays the Output as (1.23e+02)

Question 86

Multiple Choice

Which one of the following statements displays the output as (1.23e+02) ?


A) System.out.printf("%(5.2e", -123.0) ;
B) System.out.printf("%5.2e", -123.0) ;
C) System.out.printf("^5.2e", -123.0) ;
D) System.out.printf("%5.2E", -123.0) ;

Correct Answer:

verifed

Verified

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

Related Questions