You are given a floating point number x, write a static method sqrt(double x) that returns the square root of this number
9.0
3.00
4.0
2.00
3.3
1.82
Test your solution herewhen it passes, copy it and submit it here so your coach can grade it.