Exemplo n.º 1
0
	public static void Test()
	{
		int n = 5;
		SquareRoot sr = new SquareRoot();
		Console.Write(sr.FindRoot(n));
	}