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