for (int Num = 0; Num < 10; Num++)
Console.Write("Ingresa un valor: ");
Vect[Num] = int.Parse(Console.ReadLine());
for(int f=0; f < Vect.Length;f++)
Console.WriteLine("El mayor es: "+mayor);
public static void Main(string[] args)
Vector cool = new Vector();