Console.WriteLine("Ariel Juan Escobar Sanchez, Programación III, vectores");
Console.WriteLine("Ingrese la cantidad de elementos a almacenar");
n=Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Ingrese elementos al vector");
vec[i]=Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Los elementos neutros son:");
if(vec[i]==0)Console.WriteLine("vec["+i+"]= "+vec[i]);