public static void methodeAvecNbParamsVariables( int... valeurs ) { int nbParams = valeurs.length; ...