Skip to content

Commit

Permalink
Update Calculator.java
Browse files Browse the repository at this point in the history
  • Loading branch information
javahometech authored Oct 22, 2021
1 parent 18f274f commit 3c714ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/in/javahome/myweb/controller/Calculator.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ public int multiply(int i, int j){
public int reminder(int i, int j){
return i%j;
}

}

0 comments on commit 3c714ef

Please sign in to comment.