do
{
Console.WriteLine("Player 1, how far away from the city do you want to station the Manticore? ");
manticoreDistance = Convert.ToInt32(readResult);
} while (manticoreDistance < 0 || manticoreDistance > 100);
Console.Clear();
do
{
Console.WriteLine("Player 1, how far away from the city do you want to station the Manticore? ");
manticoreDistance = Convert.ToInt32(readResult);
} while (manticoreDistance < 0 || manticoreDistance > 100);
Console.Clear();