Skip to content

Commit 6e558d7

Browse files
author
ravi2krisha
committed
bug added
1 parent a0395dc commit 6e558d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ravi/cal/RaviCalculator/Calculator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public long subFucn(long first, long second){
3030

3131
public long mulFucn(long first, long second){
3232

33-
return first*second;
33+
return first/second;
3434
}
3535

3636

0 commit comments

Comments
 (0)