public static void Main()
int [] vetorzin = new int [tamanhoVetor];
Console.WriteLine("Digite um número: ");
for (int i=0; i<vetorzin.Length; i++) {
vetorzin [i] = Convert.ToInt32(Console.ReadLine());
for (int i=0; i<vetorzin.Length; i++) { Console.Write(vetorzin [i]+" ");