I) Conseils pour préparer un examen - DESI
Réponse : Appels: Afficher(activite1);. Afficher(activite2);. Écriture de la méthode :
static void Afficher(string activite). {. char[] separateurs = new char[] {':'};. string[]
info = activite.Split(separateurs, 4);. Console.WriteLine(info[0].ToUpper() + " de
duree " + info[1] +. " heure(s) et " + info[2] + " minute(s) et " + info[3] +. " seconde(s
)");. } ...