using System;
public class Program
{
public static void Main()
//De Leon Gauna Jose Miguel
//3ATPR
string otro, nombre;
otro = "S";
while (otro == "S")
System.Console.WriteLine (" Introduce el nombre: ");
nombre = System.Console.ReadLine();
System.Console.WriteLine (" Hay mas? ");
otro=System.Console.ReadLine() .ToUpper();
}
System.Console.ReadLine();