public interface RatMetaIF {
    RatIF make(int n, int d) throws ZeroDenominatorException;
}
