7b9a00a7e6
This reverts commit 3ab96a3ed7
.
5 lines
109 B
Java
5 lines
109 B
Java
class ModuloOperator{
|
|
Integer method(Integer x, Integer y){
|
|
return x % y;
|
|
}
|
|
} |