public interface RatRepIF {
    int numer();
    int denom();
}
