✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Considere a seguinte sequência de instruções:
String[] nomes = new String[] { "Ana", "Carlos", "Francisca", "Isabel", "João" };
foreach (string s in nomes)
Console.Writeln(s);
A mensagem de saída (output) produz o seguinte resultado: