✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Considere:
static void Main(string[ ] args) { int[ ] x; x = new int[30]; carrega(x); escreve(x); }
Estebeleça as seguintes correspondências corretamente: