mark for pull
This commit is contained in:
@@ -11,7 +11,6 @@ public class CommonFunctions {
|
||||
* */
|
||||
public static Integer exactDivision(Integer a,Integer b) {
|
||||
|
||||
|
||||
int c = a/b;
|
||||
|
||||
if(a%b!=0){
|
||||
|
||||
Reference in New Issue
Block a user