class DivOperator{
        method(x, y){
                return x / y;
        }
}