โ Back to Methods
Question 360
Square Root Method
Square Root Method
Complete the static methodSquareRootso it returns the square root of its parameter as adouble. UseMath.Sqrt. The tester passes perfect squares. Do NOT write aMainmethod. ForSquareRoot(16)the program prints exactly: 4
Expected Output:
4
Topics:
Methods
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.