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:

Verified
Correct Answer:
Verified
Related Questions
Q26: Which of the following options defines an
Q35: The first step in problem solving is<br>A)To
Q62: What is the result of the following
Q74: What is the value of Math.pow(2, 3)?<br>A)5.0<br>B)6.0<br>C)8.0<br>D)9.0
Q81: Which one of the following statements can
Q82: What is the output of the following
Q85: Assuming that the user inputs "Joe" at
Q88: What is the value inside the var
Q89: Assuming that the user enters 23 and
Q96: What is the output of the following