public static void Main()
string nombre = "Alejandro";
Console.WriteLine("Hello World " + conteo);
for (int a = 0; a <= 10; a++){
Console.WriteLine("Hello World " + a);
string[] weekDays2 = { "Domingo", "Lunes", "Martes", "Miercoles", "Jueves", "Viernes", "Sabado" };
Console.WriteLine(weekDays2[0]);
string[] arr = new string[] {};
Console.WriteLine(nombre.Length);
public static int calculo (int a, int b){
public static void calculo2 (int a, int b){
Console.WriteLine(a + b);