We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c978787 commit b1aea02Copy full SHA for b1aea02
sqrt.java
@@ -0,0 +1,5 @@
1
+public class sqrt {
2
+ public static void main(String[] args) {
3
+ System.out.println(Math.sqrt(64));
4
+ }
5
+}
0 commit comments