public class MoreMath {

    public static /* REPLACE ME */ midpoint(int p1, int p2) {
        /* REPLACE ME */
    }

}

