Console.WriteLine("MENU DE OPCIONES")
Console.WriteLine("1.Opcion A, 2.Opcion B, SELECCIONE UNA OPCION: ")
Opcion = Console.ReadLine()
Console.WriteLine("EJECUTARÁ LOS COMANDOS PARA LA OPCION A")
Console.WriteLine("DESEA CONTINUAR? 1.SI, 2,NO")
Respuesta = Console.ReadLine()
Console.WriteLine("EJECUTARÁ LOS COMANDOS PARA LA OPCION B")
Console.WriteLine("DESEA CONTINUAR? 1.SI, 2,NO")
Respuesta = Console.ReadLine()