public static void Main(string[] args) { Console.WriteLine(MyClass.Factorial(5)); Console.WriteLine(MyClass.Sqr(3)); }