Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            SystemTests tests = new SystemTests();

            tests.TestGetMaxFromArray();
            tests.TestGetMinFromArray();
        }
Ejemplo n.º 2
0
        static void Main(string[] args)
        {
            SystemTests tests = new SystemTests();

            tests.TestSortByBubbles();
        }
Ejemplo n.º 3
0
        static void Main(string[] args)
        {
            SystemTests tests = new SystemTests();

            tests.TestGetSumOfDigits();
        }
Ejemplo n.º 4
0
        static void Main(string[] args)
        {
            SystemTests tests = new SystemTests();

            tests.TestReverseNumber();
        }
Ejemplo n.º 5
0
        static void Main(string[] args)
        {
            SystemTests tests = new SystemTests();

            tests.TestIsPrimeNumber();
        }