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 1010501 commit e428a87Copy full SHA for e428a87
src/main/java/it/uom/cse/MathOperation.java
@@ -2,7 +2,8 @@
2
3
import java.util.Arrays;
4
5
-
+/**
6
+ * This class is math oparations*/
7
public class MathOperation {
8
9
public static double add(double... operands)
0 commit comments