public static void Main()
Console.WriteLine("leer 20 números");
for (int c=1; c<=20; c++)
Console.WriteLine("porfavor ingresar el numero a sumar: "+ c);
Numero= Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Promedio es igual a:" + Promedio);