We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e558d7 commit 4a1bbecCopy full SHA for 4a1bbec
src/main/java/com/ravi/cal/RaviCalculator/Calculator.java
@@ -30,7 +30,7 @@ public long subFucn(long first, long second){
30
31
public long mulFucn(long first, long second){
32
33
- return first/second;
+ return first*second;
34
}
35
36
0 commit comments