public static void Main()
Console.Write("\tCompute the sum of three given integers");
Console.WriteLine("\nType three numbers: ");
int x = Convert.ToInt32(Console.ReadLine());
int y = Convert.ToInt32(Console.ReadLine());
int z = Convert.ToInt32(Console.ReadLine());
Console.Write("\nThe sum is: {0}", sum);
Console.Write("\nReturn {0}", z);
Console.Write("\nLiliana Elizalde Reyes");