We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19ef62 commit ec60a1cCopy full SHA for ec60a1c
src/main/java/mypackage/Calculator.java
@@ -18,7 +18,7 @@ public long subFucn(long first, long second){
18
19
public long mulFucn(long first, long second){
20
21
- return first*second;
+ return first/second;
22
}
23
24
0 commit comments