CJCoding With Joseph
15per day

Double Precision

Create a double variable with the value 12.34567.
Use System.out.printf to display it so that exactly 4 decimal places are shown.

Expected Output:

12.3457

Expected Output:

12.3457
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.