class RectAngle { //»ç°¢ÇüÀÇ ¸éÀûÀ» ±¸ÇÏ´Â ÇÔ¼ö double area(int x, int y) { int i = x * y; return i; } }