//This file generated automatically from the MARIUS LP system, please do not edit.

public class Division extends Operacion {

  public void operar(int op1,int op2) { super.setResultado(op1/op2);}

} //End of class Division
