✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Qu'affiche le programme suivant ?
int suzon = -1;try { suzon++; Console.WriteLine("Slurp");}catch(Exception e) { Console.WriteLine("Miam");}Console.WriteLine("Chomp");