โ Back to Printing
Question 20
Float Three Decimals
Float Three Decimals
Create a float variable with the value 9.8765f. Use System.out.printf() to display it in the sentence: The value is: 9.877 Make sure to format it to show exactly 3 decimal places. Note that the value will be rounded (9.8765 rounds to 9.877).
Expected Output:
The value is: 9.877
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.