public static void Main()
Console.WriteLine("Hector L. Galvan Sandoval");
Console.Write("Introduce number: ");
int n1 = Convert.ToInt32(Console.ReadLine());
Random rnd = new Random();
for (int i = 1; i <= n1; i++)
Console.Write("{0} ", n);
Console.WriteLine("\nThe sum is: {0}", sum);