public static void Main()
string respuesta,opcion,lenguaje;
Console.WriteLine("Donde estudiaste programación? (cetis86/conalep/preparatoria)");
respuesta=Console.ReadLine();
Console.WriteLine("Con cual maestro estudiaste? (graciela/mireya)");
opcion=Console.ReadLine();
Console.WriteLine("Que tipo de lenguaje de programacion aprendiste? (c#/python/javascript)");
lenguaje=Console.ReadLine();
if (respuesta !="cetis86" && opcion !="graciela" && lenguaje !="python")
Console.WriteLine("TODAVIA TIENES TIEMPO PARA APRENDER");
Console.WriteLine("FELICIDADES YA PUEDES TRABAJAR EN LA NASA!!");