public class UtilisationImplantation { public int mediane(ExempleInterface ei) { return((ei.minimum()+ei.maximum())/2) ; } }