โ Back to User Input
Question 317
Square Root of Input
Square Root of Input
Read a number from standard input usingsc.nextDouble()and print its square root rounded to two decimals. For example, if the input is16, print: 4.00 UseMath.sqrt(...)andprintfwith%.2f.
Expected Output:
4.00
Topics:
User Input
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.