Solved

Which One of the Following Statements Displays the Output as +00321.00

Question 57

Multiple Choice

Which one of the following statements displays the output as +00321.00?


A) System.out.printf("+%09.2f", 321.0) ;
B) System.out.printf("%009,2f", 321.0) ;
C) System.out.printf("+9.2f", 321.0) ;
D) System.out.printf("%09.00f", 321.0) ;

Correct Answer:

verifed

Verified

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

Related Questions