public static void Main()
Console.WriteLine("Escribe un SUSTANTIVO");
string p1=Console.ReadLine();
Console.WriteLine("Escribe un VERBO");
string p2=Console.ReadLine();
Console.WriteLine("Escribe un SUSTANTIVO");
string p3=Console.ReadLine();
Console.WriteLine("Escribe un ADJETIVO");
string p4=Console.ReadLine();
Console.WriteLine("Escribe un SUSTANTIVO");
string p5=Console.ReadLine();
Console.WriteLine("Una mañana salio "+p1+ " de paseo porque queria "+p2+" ya que le gustaba mucho hacer eso,");
Console.WriteLine("pero se encontro con "+p3+" y se veia muy pero muy " +p4+ " por eso " +p1+" mejor volvio a casa y se comio un "+p5);