We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1308678 commit b1064adCopy full SHA for b1064ad
src/main/java/com/thealgorithms/maths/AreaOfPolygon.java
@@ -37,4 +37,4 @@ public static void main(String[] args) {
37
double[] y = {0, 0, 4, 4};
38
System.out.println("Area: " + area(x, y)); // Should print 16.0
39
}
40
-}
+}
0 commit comments