Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
¿Cuál de las siguientes líneas crea correctamente una lista de enteros vacía en C#?
List<int> numeros = new List<int>();
List<int> numeros = new List();
List numeros = new List<int>();
List<int> numeros = List<int>();
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!