// $Id: Calc.java,v 1.2 2003-05-25 23:43:44+09 kaiya Exp $ class Calc{ private int x, y; Calc(int x, int y){ this.x=x; this.y=y; } int divInt(){ if(x