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 ffa7d27 commit 5aefee1Copy full SHA for 5aefee1
src/main/java/com/thealgorithms/maths/Area.java
@@ -209,4 +209,4 @@ public static double surfaceAreaPyramid(final double sideLength, final double sl
209
double lateralSurfaceArea = 2 * sideLength * slantHeight;
210
return baseArea + lateralSurfaceArea;
211
}
212
-
+}
0 commit comments