Internationalization
© examsiri.com
Question : 8 of 18
Marks:
+1,
-0
Given:
system .out.printf ("pi is approximately %f and E is approximately %b", Math.PI, Math.E);
place the values where they would appear in the output.
pi is approximately (1)___
and E is approximately (2)____
Possible Values:
3
2
3.141593
2.718282
true
false
Math.PI
Math.E
system .out.printf ("pi is approximately %f and E is approximately %b", Math.PI, Math.E);
place the values where they would appear in the output.
pi is approximately (1)___
and E is approximately (2)____
Possible Values:
3
2
3.141593
2.718282
true
false
Math.PI
Math.E
Go to Question: