โ Back to Methods
Question 362
Square Root Method
Square Root Method
Write a methodroot(double n)that returns the square root ofnusingMath.sqrt. Call it with144.0and print the result: 12.0 UseSystem.out.println.
Expected Output:
12.0
Topics:
Methods
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.